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

9 lines
155 B
YAML

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