1

Update .gitlab-ci.yml file

This commit is contained in:
2023-03-02 17:26:23 +00:00
parent 257677d546
commit a6bacca910

View File

@ -6,6 +6,7 @@ latex:
image: texlive/texlive:latest image: texlive/texlive:latest
stage: build stage: build
script: script:
# Install inkscape for LaTeX svg package
- apt-get update -qq && apt-get install --no-install-recommends -y inkscape - apt-get update -qq && apt-get install --no-install-recommends -y inkscape
- apt-get autoclean autoremove && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* - apt-get autoclean autoremove && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
- latexmk -cd -pdf -shell-escape document/thesis.tex - latexmk -cd -pdf -shell-escape document/thesis.tex