mirror of
https://gitlab.science.ru.nl/mthesis-edeboone/m.internship-documentation.git
synced 2024-11-22 15:03:35 +01:00
Setup GitLab CI
This commit is contained in:
parent
86b5d9c89f
commit
db48cd57f0
1 changed files with 10 additions and 0 deletions
10
.gitlab-ci.yml
Normal file
10
.gitlab-ci.yml
Normal 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
|
Loading…
Reference in a new issue