Merge pull request #99 from posquit0/circleci

Integrate with CircleCI
This commit is contained in:
Byungjin Park 2017-01-16 05:50:33 +09:00 committed by GitHub
commit 93e0c0076a
2 changed files with 15 additions and 0 deletions

View file

@ -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
View 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/