latexandmore/.gitlab-ci.yml
2017-11-05 07:45:34 +01:00

9 lines
147 B
YAML

compile_pdf:
image: thubo/latexmk
script:
- apt-get install build-essential -y
- make
artifacts:
paths:
- AuD/document.pdf