mirror of
https://gitlab.science.ru.nl/mthesis-edeboone/m.internship-documentation.git
synced 2024-11-10 01:33:30 +01:00
Eric Teunis de Boone
d889df3443
This allows for setting up a repository containing documents, presentations and stuff
10 lines
206 B
YAML
10 lines
206 B
YAML
image: registry.gitlab.com/islandoftex/images/texlive:latest
|
|
|
|
build:
|
|
script:
|
|
- pdflatex topic.tex
|
|
after_script:
|
|
- cat topic.log
|
|
artifacts:
|
|
paths:
|
|
- topic.pdf
|