Skip to content
Snippets Groups Projects
.gitlab-ci.yml 241 B
Newer Older
  • Learn to ignore specific revisions
  • Ondřej Guth's avatar
    Ondřej Guth committed
    image: texlive/texlive
    
    Ondřej Guth's avatar
    Ondřej Guth committed
    
    build:
        script: 
            - latexmk -pdflua thesis.tex
            - latexmk -pdfxe thesis.tex
            - latexmk -pdf thesis.tex
            - latexmk -pdfps thesis.tex
        artifacts:
            paths:
                - thesis.pdf