Add .gitlab-ci.yml
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
compile_pdf:
|
||||
image: aergus/latex
|
||||
script:
|
||||
- latexmk -pdf thesis.tex
|
||||
artifacts:
|
||||
paths:
|
||||
- thesis.pdf
|
||||
Reference in New Issue
Block a user