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

9 lines
144 B
YAML

compile_pdf:
image: hiono/texlive
script:
- apt-get install build-essential
- make
artifacts:
paths:
- AuD/document.pdf