mirror of
https://git8.cs.fau.de/theses/bsc-leon-vatthauer.git
synced 2024-05-31 07:28:34 +02:00
add slides to CI|
This commit is contained in:
parent
c848184732
commit
b5fa52885c
1 changed files with 3 additions and 0 deletions
|
@ -6,8 +6,11 @@ build:
|
||||||
script:
|
script:
|
||||||
- cd thesis
|
- cd thesis
|
||||||
- latexmk -pdf main.tex
|
- latexmk -pdf main.tex
|
||||||
|
- cd ../slides
|
||||||
|
- latexmk -pdf main.tex
|
||||||
|
|
||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
- "thesis/*.pdf"
|
- "thesis/*.pdf"
|
||||||
|
- "slides/*.pdf"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue