Skip to content

Commit

Permalink
Merge pull request #99 from posquit0/circleci
Browse files Browse the repository at this point in the history
Integrate with CircleCI
  • Loading branch information
posquit0 authored Jan 15, 2017
2 parents 016a0e7 + 0ac81cc commit 93e0c00
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 />
Expand Down
14 changes: 14 additions & 0 deletions circle.yml
Original file line number Diff line number Diff line change
@@ -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/

0 comments on commit 93e0c00

Please sign in to comment.