forked from mirrors/Awesome-CV
Fix circleci configuration
This commit is contained in:
parent
c1f6146674
commit
0ac81cc17e
1 changed files with 2 additions and 7 deletions
|
@ -6,14 +6,9 @@ machine:
|
|||
services:
|
||||
- docker
|
||||
|
||||
## Customize dependencies
|
||||
dependencies:
|
||||
override:
|
||||
- apt-get install texlive-full
|
||||
|
||||
## Customize compile commands
|
||||
compile:
|
||||
test:
|
||||
override:
|
||||
- make
|
||||
- docker run --rm -w "/doc" -v "$PWD":/doc thomasweise/texlive make
|
||||
post:
|
||||
- mv examples/*.pdf $CIRCLE_ARTIFACTS/
|
Loading…
Reference in a new issue