latexandmore/.gitlab-ci.yml
2018-02-16 02:25:53 +01:00

9 lines
153 B
YAML

compile_pdf:
image: tianon/latex
before_script:
- apt-get install -y build-essential
- make
artifacts:
paths:
- AuD/document.pdf