Loading .gitlab-ci.yml 0 → 100644 +9 −0 Original line number Diff line number Diff line compile_pdf: image: aergus/latex script: - latexmk -shell-escape -xelatex main.tex - latexmk -shell-escape -xelatex handout.tex artifacts: paths: - main.pdf - handout.pdf No newline at end of file Loading
.gitlab-ci.yml 0 → 100644 +9 −0 Original line number Diff line number Diff line compile_pdf: image: aergus/latex script: - latexmk -shell-escape -xelatex main.tex - latexmk -shell-escape -xelatex handout.tex artifacts: paths: - main.pdf - handout.pdf No newline at end of file