mirror of
https://git8.cs.fau.de/theses/bsc-leon-vatthauer.git
synced 2024-05-31 07:28:34 +02:00
Update .gitlab-ci.yml
This commit is contained in:
parent
e6794416ca
commit
3679811f2c
1 changed files with 0 additions and 16 deletions
|
@ -1,16 +0,0 @@
|
||||||
variables:
|
|
||||||
LATEX_IMAGE: listx/texlive:2020
|
|
||||||
|
|
||||||
build:
|
|
||||||
image: $LATEX_IMAGE
|
|
||||||
script:
|
|
||||||
- cd thesis
|
|
||||||
- latexmk -pdf main.tex
|
|
||||||
- cd ../slides
|
|
||||||
- latexmk -xelatex -shell-escape -pdf main.tex
|
|
||||||
|
|
||||||
artifacts:
|
|
||||||
paths:
|
|
||||||
- "thesis/*.pdf"
|
|
||||||
- "slides/*.pdf"
|
|
||||||
|
|
Loading…
Reference in a new issue