Add .gitlab-ci.yml
This commit is contained in:
parent
2e4d328a82
commit
a90d28e8da
|
@ -0,0 +1,7 @@
|
|||
compile_pdf:
|
||||
image: aergus/latex
|
||||
script:
|
||||
- latexmk -pdf thesis.tex
|
||||
artifacts:
|
||||
paths:
|
||||
- thesis.pdf
|
Loading…
Reference in New Issue