bachelor-thesis/.gitlab-ci.yml
2018-09-21 11:45:21 +02:00

27 lines
463 B
YAML

image: yschroeder/docker-texlive-tubslatex
expose:
only:
- branches
script:
- cd expose
- pdflatex expose.tex
- bibtex expose.aux
- pdflatex expose.tex
- pdflatex expose.tex
artifacts:
paths:
- expose/expose.pdf
thesis:
only:
- branches
script:
- cd thesis
- pdflatex thesis.tex
- bibtex thesis.aux
- pdflatex thesis.tex
- pdflatex thesis.tex
artifacts:
paths:
- thesis/thesis.pdf