forked from mirrors/Awesome-CV
Add circleci
This commit is contained in:
parent
016a0e7dac
commit
a850617ac2
1 changed files with 19 additions and 0 deletions
19
circle.yml
Normal file
19
circle.yml
Normal file
|
@ -0,0 +1,19 @@
|
|||
## Customize the test machine
|
||||
machine:
|
||||
timezone:
|
||||
Asia/Seoul
|
||||
|
||||
services:
|
||||
- docker
|
||||
|
||||
## Customize dependencies
|
||||
dependencies:
|
||||
override:
|
||||
- apt-get install texlive-full
|
||||
|
||||
## Customize compile commands
|
||||
compile:
|
||||
override:
|
||||
- make
|
||||
post:
|
||||
- mv examples/*.pdf $CIRCLE_ARTIFACTS/
|
Loading…
Reference in a new issue