latexandmore/.gitlab-ci.yml

9 lines
147 B
YAML
Raw Normal View History

2017-11-05 07:06:18 +01:00
compile_pdf:
2017-11-05 07:44:01 +01:00
image: thubo/latexmk
2017-11-05 07:06:18 +01:00
script:
2017-11-05 07:45:34 +01:00
- apt-get install build-essential -y
2017-11-05 07:32:45 +01:00
- make
2017-11-05 07:06:18 +01:00
artifacts:
paths:
- AuD/document.pdf