bath/.gitlab-ci.yml

7 lines
118 B
YAML

compile_pdf:
image: latexpygments
script:
- latexmk -pdf thesis.tex
artifacts:
paths:
- thesis.pdf