Skip to content
Snippets Groups Projects
.gitlab-ci.yml 539 B
Newer Older
Ondřej Guth's avatar
Ondřej Guth committed
image: texlive/texlive
Ondřej Guth's avatar
Ondřej Guth committed

Ondřej Guth's avatar
Ondřej Guth committed
LuaLaTeX:
Ondřej Guth's avatar
Ondřej Guth committed
    script: 
Ondřej Guth's avatar
Ondřej Guth committed
        - latexmk -pdflua ctufit-thesis.tex
Ondřej Guth's avatar
Ondřej Guth committed

XeLaTeX:
    script: 
Ondřej Guth's avatar
Ondřej Guth committed
        - latexmk -pdfxe ctufit-thesis.tex
Ondřej Guth's avatar
Ondřej Guth committed

pdfLaTeX:
    script: 
Ondřej Guth's avatar
Ondřej Guth committed
        - latexmk -pdf ctufit-thesis.tex
Ondřej Guth's avatar
Ondřej Guth committed
    artifacts:
        paths:
Ondřej Guth's avatar
Ondřej Guth committed
            - ctufit-thesis.pdf
Ondřej Guth's avatar
Ondřej Guth committed

LaTeX:
    script: 
        - DEBIAN_FRONTEND=noninteractive apt-get update
        - DEBIAN_FRONTEND=noninteractive apt-get -yq install ghostscript
Ondřej Guth's avatar
Ondřej Guth committed
        - latexmk -pdfps ctufit-thesis.tex
Ondřej Guth's avatar
Ondřej Guth committed
    artifacts:
        paths:
Ondřej Guth's avatar
Ondřej Guth committed
            - ctufit-thesis.pdf