Seminar_in_AI/.gitlab-ci.yml
2023-03-14 22:26:54 +01:00

14 lines
248 B
YAML

image: luki42/latex-full:latest
stages:
- build
build:
stage: build
script:
- cd presentation
- latexmk -xelatex -file-line-error -interaction=nonstopmode -halt-on-error main.tex
artifacts:
paths:
- "presentation/*.pdf"