latexandmore/.gitlab-ci.yml

9 lines
179 B
YAML
Raw Normal View History

2017-11-05 07:06:18 +01:00
compile_pdf:
2017-11-05 07:21:51 +01:00
image: hiono/texlive
2017-11-05 07:06:18 +01:00
script:
2017-11-05 07:42:14 +01:00
- apt-get install build-essential -y --no-install-recommends
2017-11-05 07:32:45 +01:00
- make
2017-11-05 07:06:18 +01:00
artifacts:
paths:
- AuD/document.pdf