Loading .gitlab-ci.yml +4 −2 Original line number Diff line number Diff line Loading @@ -2,8 +2,10 @@ compile_pdf: image: aergus/latex script: - latexmk -shell-escape -xelatex main.tex - latexmk -shell-escape -xelatex handout.tex - latexmk -shell-escape -xelatex handout-2.tex - latexmk -shell-escape -xelatex handout-4.tex artifacts: paths: - main.pdf - handout.pdf No newline at end of file - handout-2.pdf - handout-4.pdf No newline at end of file Loading
.gitlab-ci.yml +4 −2 Original line number Diff line number Diff line Loading @@ -2,8 +2,10 @@ compile_pdf: image: aergus/latex script: - latexmk -shell-escape -xelatex main.tex - latexmk -shell-escape -xelatex handout.tex - latexmk -shell-escape -xelatex handout-2.tex - latexmk -shell-escape -xelatex handout-4.tex artifacts: paths: - main.pdf - handout.pdf No newline at end of file - handout-2.pdf - handout-4.pdf No newline at end of file