diff options
author | Christophe Roger <darwiinc@live.fr> | 2017-11-18 08:12:18 +1100 |
---|---|---|
committer | Christophe Roger <darwiinc@live.fr> | 2017-11-18 08:12:18 +1100 |
commit | 4df2c410fbd177194007570b07fb487869ff2ea6 (patch) | |
tree | 9a7f671e578ffbde8ee15e94d52bb9114fb936f7 | |
parent | 809ed9c54137661b52947ef77faae3b8569fabd3 (diff) | |
download | cv-4df2c410fbd177194007570b07fb487869ff2ea6.tar.gz cv-4df2c410fbd177194007570b07fb487869ff2ea6.tar.bz2 cv-4df2c410fbd177194007570b07fb487869ff2ea6.tar.xz cv-4df2c410fbd177194007570b07fb487869ff2ea6.zip |
Update Circle CI Configuration
-rw-r--r-- | .circleci/config.yml | 2 |
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 |