From a850617ac29a671f64eb57e3b96dcc1b036ae8bf Mon Sep 17 00:00:00 2001 From: "Posquit0.BJ" Date: Mon, 16 Jan 2017 03:55:14 +0900 Subject: [PATCH] Add circleci --- circle.yml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 circle.yml diff --git a/circle.yml b/circle.yml new file mode 100644 index 0000000..f788155 --- /dev/null +++ b/circle.yml @@ -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/ \ No newline at end of file