forked from lukas/Seminar_in_AI
add summary template
This commit is contained in:
@@ -3,7 +3,7 @@ image: luki42/latex-full:latest
|
||||
stages:
|
||||
- build
|
||||
|
||||
build:
|
||||
build-presentation:
|
||||
stage: build
|
||||
script:
|
||||
- cd presentation
|
||||
@@ -11,3 +11,12 @@ build:
|
||||
artifacts:
|
||||
paths:
|
||||
- "presentation/*.pdf"
|
||||
|
||||
build-summary:
|
||||
stage: build
|
||||
script:
|
||||
- cd summary
|
||||
- latexmk -xelatex -file-line-error -interaction=nonstopmode -halt-on-error main.tex
|
||||
artifacts:
|
||||
paths:
|
||||
- "summary/*.pdf"
|
||||
Reference in New Issue
Block a user