mirror of
https://github.com/posquit0/Awesome-CV.git
synced 2024-11-22 14:08:36 +00:00
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