Seminar_in_AI/.gitlab-ci.yml

14 lines
248 B
YAML
Raw Normal View History

2023-03-14 21:26:54 +00:00
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"