Update .gitlab-ci.yml

This commit is contained in:
Lukas Heiligenbrunner 2020-04-16 18:19:39 +00:00
parent 27e3ee0939
commit f1b674e264

View File

@ -9,8 +9,8 @@ build:
- apt update && apt install -y wget unzip
- wget http://mirrors.ctan.org/macros/latex/contrib/beamer-contrib/themes/beamertheme-focus.zip
- unzip beamertheme-focus.zip
- mkdir /usr/share/texmf/tex/latex/beamertheme-focus/
- mv beamertheme-focus/*.sty /usr/share/texmf/tex/latex/beamertheme-focus/
- mkdir /usr/share/texlive/texmf-dist/tex/latex/beamertheme-focus/
- mv beamertheme-focus/*.sty /usr/share/texlive/texmf-dist/tex/latex/beamertheme-focus/
- latexmk -pdf src/main.tex
artifacts:
paths: