move to subdir

add ci
This commit is contained in:
2023-03-14 22:26:54 +01:00
parent 262f1d3f73
commit 2b4eb49a8e
5 changed files with 31 additions and 90 deletions

13
.gitlab-ci.yml Normal file
View File

@@ -0,0 +1,13 @@
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"