1
0
Fork 0
mirror of https://github.com/Findus23/Bachelors-Thesis.git synced 2024-08-27 19:52:12 +02:00
Bachelors-Thesis/.gitlab-ci.yml

10 lines
114 B
YAML
Raw Permalink Normal View History

2019-07-08 13:57:42 +02:00
compile_pdf:
tags:
- shell
script:
- latexmk -pdf main.tex
artifacts:
paths:
- main.pdf