mirror of
https://github.com/Findus23/Bachelors-Thesis.git
synced 2024-08-27 19:52:12 +02:00
add CI
This commit is contained in:
parent
07d7e3a5a7
commit
c89e608285
1 changed files with 9 additions and 0 deletions
9
gitlab-ci.yml
Normal file
9
gitlab-ci.yml
Normal file
|
@ -0,0 +1,9 @@
|
|||
compile_pdf:
|
||||
tags:
|
||||
- shell
|
||||
script:
|
||||
- latexmk -pdf main.tex
|
||||
artifacts:
|
||||
paths:
|
||||
- main.pdf
|
||||
|
Loading…
Reference in a new issue