add ci pipeline

This commit is contained in:
lukas-heilgenbrunner 2024-04-10 14:10:24 +02:00
parent 95dd6da242
commit 1ea1fc763f

13
.gitlab-ci.yml Normal file
View File

@ -0,0 +1,13 @@
image: registry.gitlab.com/islandoftex/images/texlive:latest
build:
script:
- cd src
- pdflatex main.tex
- bibtex sources
- pdflatex main.tex
after_script:
- cat latex/Ausarbeitung.log
artifacts:
paths:
- latex/main.pdf