bath/.gitlab-ci.yml

7 lines
117 B
YAML

compile_pdf:
image: aergus/latex
script:
- latexmk -pdf thesis.tex
artifacts:
paths:
- thesis.pdf