Add .gitlab-ci.yml

This commit is contained in:
Patrick Nisble
2018-04-01 16:30:30 +02:00
parent 2e4d328a82
commit a90d28e8da
+7
View File
@@ -0,0 +1,7 @@
compile_pdf:
image: aergus/latex
script:
- latexmk -pdf thesis.tex
artifacts:
paths:
- thesis.pdf