mirror of
https://git8.cs.fau.de/theses/bsc-leon-vatthauer.git
synced 2024-05-31 07:28:34 +02:00
13 lines
178 B
YAML
13 lines
178 B
YAML
variables:
|
|
LATEX_IMAGE: listx/texlive:2020
|
|
|
|
build:
|
|
image: $LATEX_IMAGE
|
|
script:
|
|
- cd thesis
|
|
- latexmk -pdf main.tex
|
|
|
|
artifacts:
|
|
paths:
|
|
- "thesis/*.pdf"
|
|
|