ThProg-Merkzettel/.gitlab-ci.yml

9 lines
127 B
YAML
Raw Normal View History

2018-10-03 13:38:35 +02:00
compile_pdf:
image: aergus/latex
script:
- latexmk -pdf merkzettel.tex
artifacts:
paths:
- merkzettel.pdf