diff options
author | Christophe Roger <darwiinc@live.fr> | 2017-11-18 07:31:22 +1100 |
---|---|---|
committer | Christophe Roger <darwiinc@live.fr> | 2017-11-18 07:31:22 +1100 |
commit | 9f8dbcde9219d13235a17f1937481446afff8d14 (patch) | |
tree | 4b5a0d5ca1df9ed40816a2ce10c0bcba562a5cd7 /.circleci | |
parent | 2140f9139b1f8b2c2f4830b6b667e8fc7ce3cf84 (diff) | |
download | cv-9f8dbcde9219d13235a17f1937481446afff8d14.tar.gz cv-9f8dbcde9219d13235a17f1937481446afff8d14.tar.bz2 cv-9f8dbcde9219d13235a17f1937481446afff8d14.tar.xz cv-9f8dbcde9219d13235a17f1937481446afff8d14.zip |
Update Circle CI Configuration
Diffstat (limited to '.circleci')
-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 69f6630..594094c 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -9,12 +9,12 @@ jobs: command: apt-get -qq update; apt-get -y install git - run: name: Latex installation - command: apt-get -qq update && apt-get install -y --no-install-recommends latexmk texlive-fonts-extra texlive-fonts-recommended texlive-latex-base texlive-latex-extra texlive-latex-recommended texlive-luatex texlive-xetex latex-xcolor texlive-pictures pgf texlive-lang-french fonts-font-awesome + command: apt-get -qq update && apt-get install -y --no-install-recommends latexmk texlive-fonts-extra texlive-fonts-recommended texlive-latex-base texlive-latex-extra texlive-latex-recommended texlive-luatex texlive-xetex texlive-pictures texlive-lang-french fonts-font-awesome - add_ssh_keys - checkout - run: name: build - command: latexmk -cd -f -lualatex -interaction=nonstopmode -synctex=1 cv.tex + command: latexmk -cd -f -lualatex -interaction=nonstopmode -synctex=1 example/cv.tex - run: name: Print the Current Time command: date |