image: texlive/texlive

LuaLaTeX:
    script: 
        - latexmk -pdflua thesis.tex

XeLaTeX:
    script: 
        - latexmk -pdfxe thesis.tex

pdfLaTeX:
    script: 
        - latexmk -pdf thesis.tex
    artifacts:
        paths:
            - thesis.pdf

LaTeX:
    script: 
        - DEBIAN_FRONTEND=noninteractive apt-get update
        - DEBIAN_FRONTEND=noninteractive apt-get -yq install ghostscript
        - latexmk -pdfps thesis.tex
    artifacts:
        paths:
            - thesis.pdf