latexandmore/.gitlab-ci.yml
2017-11-05 07:29:03 +01:00

8 lines
137 B
YAML

compile_pdf:
image: hiono/texlive
script:
- cd AuD && latexmk -pdf document.tex
artifacts:
paths:
- AuD/document.pdf