Skip to content

Commit

Permalink
Add circleci
Browse files Browse the repository at this point in the history
  • Loading branch information
posquit0 committed Jan 15, 2017
1 parent 016a0e7 commit a850617
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions circle.yml
Original file line number Diff line number Diff line change
@@ -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/

0 comments on commit a850617

Please sign in to comment.