awesome-cv/circle.yml

14 lines
263 B
YAML
Raw Normal View History

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