Awesome-CV/.circleci/config.yml
2018-06-18 15:46:16 +09:00

13 lines
No EOL
320 B
YAML

version: 2
jobs:
build:
machine: true
working_directory: /tmp/awesome-cv
steps:
- checkout
- run:
name: Compile article
command: |
docker run --rm -w "/doc" -v "$PWD":/doc thomasweise/texlive make
- store_artifacts:
path: /tmp/awesome-cv/examples