Add .gitlab-ci.yml

This commit is contained in:
Patrick Nisble 2018-04-01 16:30:30 +02:00
parent 2e4d328a82
commit a90d28e8da
1 changed files with 7 additions and 0 deletions

7
.gitlab-ci.yml Normal file
View File

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