Awesome-CV/circle.yml

14 lines
263 B
YAML
Raw Normal View History

2017-01-15 18:55:14 +00:00
## Customize the test machine
machine:
timezone:
Asia/Seoul
services:
- docker
## Customize compile commands
2017-01-15 18:57:37 +00:00
test:
2017-01-15 18:55:14 +00:00
override:
2017-01-15 18:57:37 +00:00
- docker run --rm -w "/doc" -v "$PWD":/doc thomasweise/texlive make
2017-01-15 18:55:14 +00:00
post:
- mv examples/*.pdf $CIRCLE_ARTIFACTS/