diff options
author | Christophe ROGER <darwiin@users.noreply.github.com> | 2019-02-26 10:20:06 +1100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-02-26 10:20:06 +1100 |
commit | 6ee80c766ec71724745b356107a0979f957704cb (patch) | |
tree | 04aa9b860ec8b845f8025f955696d432ae85de59 | |
parent | 78906d34dcccbd4397fecec6c8877cbc463d52e5 (diff) | |
parent | 8eb5a8d62fe7259e11bcbf65f39798e8cee0203f (diff) | |
download | cv-6ee80c766ec71724745b356107a0979f957704cb.tar.gz cv-6ee80c766ec71724745b356107a0979f957704cb.tar.bz2 cv-6ee80c766ec71724745b356107a0979f957704cb.tar.xz cv-6ee80c766ec71724745b356107a0979f957704cb.zip |
Merge pull request #26 from darwiin/circle-ci-update
Circle ci configuration update
-rw-r--r-- | .circleci/config.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.circleci/config.yml b/.circleci/config.yml index 39b7bad..32f1086 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -2,7 +2,7 @@ version: 2 jobs: build: docker: - - image: ubuntu + - image: ubuntu:disco steps: - run: name: Git installation @@ -14,6 +14,6 @@ jobs: - checkout - run: name: Build th PDF - command: cd example && latexmk -cd -f -lualatex -interaction=nonstopmode -pdf cv.tex + command: cd example && latexmk -cd -f -lualatex -interaction=nonstopmode -synctex=1 cv.tex - store_artifacts: path: ~/project/example/cv.pdf |