Gitlab-CI

This commit is contained in:
Marco Ammon 2018-10-03 13:38:35 +02:00
parent 9ac80b6df7
commit ede8472ae3
1 changed files with 8 additions and 0 deletions

8
.gitlab-ci.yml Normal file
View File

@ -0,0 +1,8 @@
compile_pdf:
image: aergus/latex
script:
- latexmk -pdf merkzettel.tex
artifacts:
paths:
- merkzettel.pdf