mirror of
https://github.com/posquit0/Awesome-CV.git
synced 2024-11-22 05:58:33 +00:00
commit
93e0c0076a
2 changed files with 15 additions and 0 deletions
|
@ -5,6 +5,7 @@
|
|||
|
||||
<br />
|
||||
|
||||
[![CircleCI](https://circleci.com/gh/posquit0/Awesome-CV.svg?style=svg)](https://circleci.com/gh/posquit0/Awesome-CV)
|
||||
[![Example](https://img.shields.io/badge/example-pdf-green.svg)](https://raw.githubusercontent.com/posquit0/Awesome-CV/master/examples/resume.pdf)
|
||||
|
||||
<br />
|
||||
|
|
14
circle.yml
Normal file
14
circle.yml
Normal file
|
@ -0,0 +1,14 @@
|
|||
## Customize the test machine
|
||||
machine:
|
||||
timezone:
|
||||
Asia/Seoul
|
||||
|
||||
services:
|
||||
- docker
|
||||
|
||||
## Customize compile commands
|
||||
test:
|
||||
override:
|
||||
- docker run --rm -w "/doc" -v "$PWD":/doc thomasweise/texlive make
|
||||
post:
|
||||
- mv examples/*.pdf $CIRCLE_ARTIFACTS/
|
Loading…
Reference in a new issue