Setup GitLab CI

This commit is contained in:
Eric Teunis de Boone 2021-11-22 12:09:58 +01:00
parent 86b5d9c89f
commit db48cd57f0
1 changed files with 10 additions and 0 deletions

10
.gitlab-ci.yml Normal file
View File

@ -0,0 +1,10 @@
image: registry.gitlab.com/islandoftex/images/texlive:latest
build:
script:
- pdflatex topic.tex
after_script:
- cat topic.log
artifacts:
paths:
- topic.pdf