summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristophe Roger <darwiinc@live.fr>2017-11-18 08:12:18 +1100
committerChristophe Roger <darwiinc@live.fr>2017-11-18 08:12:18 +1100
commit4df2c410fbd177194007570b07fb487869ff2ea6 (patch)
tree9a7f671e578ffbde8ee15e94d52bb9114fb936f7
parent809ed9c54137661b52947ef77faae3b8569fabd3 (diff)
downloadcv-4df2c410fbd177194007570b07fb487869ff2ea6.tar.gz
cv-4df2c410fbd177194007570b07fb487869ff2ea6.tar.bz2
cv-4df2c410fbd177194007570b07fb487869ff2ea6.tar.xz
cv-4df2c410fbd177194007570b07fb487869ff2ea6.zip
Update Circle CI Configuration
-rw-r--r--.circleci/config.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.circleci/config.yml b/.circleci/config.yml
index a1c8fc5..006635a 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -14,7 +14,7 @@ jobs:
- checkout
- run:
name: build
- command: cd example && latexmk -cd -f -lualatex -interaction=nonstopmode -synctex=1 example/cv.tex
+ command: cd example && latexmk -cd -f -pdflatex=lualatex -interaction=nonstopmode -synctex=1 -pdf example/cv.tex
- run:
name: Print the Current Time
command: date