mirror of
https://github.com/posquit0/Awesome-CV.git
synced 2024-11-22 14:08:36 +00:00
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:
|
services:
|
||||||
- docker
|
- docker
|
||||||
|
|
||||||
## Customize dependencies
|
|
||||||
dependencies:
|
|
||||||
override:
|
|
||||||
- apt-get install texlive-full
|
|
||||||
|
|
||||||
## Customize compile commands
|
## Customize compile commands
|
||||||
compile:
|
test:
|
||||||
override:
|
override:
|
||||||
- make
|
- docker run --rm -w "/doc" -v "$PWD":/doc thomasweise/texlive make
|
||||||
post:
|
post:
|
||||||
- mv examples/*.pdf $CIRCLE_ARTIFACTS/
|
- mv examples/*.pdf $CIRCLE_ARTIFACTS/
|
Loading…
Reference in a new issue