2023-03-14 21:26:54 +00:00
|
|
|
image: luki42/latex-full:latest
|
|
|
|
|
|
|
|
stages:
|
|
|
|
- build
|
|
|
|
|
2023-03-29 12:14:05 +00:00
|
|
|
build-presentation:
|
2023-03-14 21:26:54 +00:00
|
|
|
stage: build
|
|
|
|
script:
|
|
|
|
- cd presentation
|
|
|
|
- latexmk -xelatex -file-line-error -interaction=nonstopmode -halt-on-error main.tex
|
|
|
|
artifacts:
|
|
|
|
paths:
|
|
|
|
- "presentation/*.pdf"
|
2023-03-29 12:14:05 +00:00
|
|
|
|
|
|
|
build-summary:
|
|
|
|
stage: build
|
|
|
|
script:
|
|
|
|
- cd summary
|
|
|
|
- latexmk -xelatex -file-line-error -interaction=nonstopmode -halt-on-error main.tex
|
|
|
|
artifacts:
|
|
|
|
paths:
|
|
|
|
- "summary/*.pdf"
|