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:
|
||||
- cd thesis
|
||||
- latexmk -pdf main.tex
|
||||
- cd ../slides
|
||||
- latexmk -pdf main.tex
|
||||
|
||||
artifacts:
|
||||
paths:
|
||||
- "thesis/*.pdf"
|
||||
- "slides/*.pdf"
|
||||
|
||||
|
|
Loading…
Reference in a new issue