diff options
author | Christophe Roger <darwiinc@live.fr> | 2017-11-18 07:24:34 +1100 |
---|---|---|
committer | Christophe Roger <darwiinc@live.fr> | 2017-11-18 07:24:34 +1100 |
commit | e908fbb15783adde162a4ba41504141a365143c9 (patch) | |
tree | 3f39486f3cb8d1a3afc289a70921db94f8e61fdb | |
parent | d41bc0a0156c9011624a03474e40abfb923e6215 (diff) | |
download | cv-e908fbb15783adde162a4ba41504141a365143c9.tar.gz cv-e908fbb15783adde162a4ba41504141a365143c9.tar.bz2 cv-e908fbb15783adde162a4ba41504141a365143c9.tar.xz cv-e908fbb15783adde162a4ba41504141a365143c9.zip |
Update Circle CI Configuration
-rw-r--r-- | .circleci/config.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.circleci/config.yml b/.circleci/config.yml index 59f24ec..f73afec 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -7,6 +7,9 @@ jobs: - run: name: Git installation command: apt-get -qq update; apt-get -y install git + - run: + name: Latex installation + command: apt-get -qq update && sudo 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 - add_ssh_keys - checkout - run: |