bath/.gitlab-ci.yml

28 lines
485 B
YAML

variables:
GIT_SUBMODULE_STRATEGY: recursive
compile_pdf:
image: latexpygments
before_script:
- apt-get install ssh
script:
- cd tikz
- latexmk -pdf mon48v.tex
- latexmk -pdf mon48i.tex
- cd ..
- latexmk -f -pdf -shell-escape ./thesis.tex
artifacts:
paths:
- tikz/*.pdf
pages:
image: alpine
script:
- mv data/raspi-i2c/docs/build/html/ public/
artifacts:
paths:
- public
only:
- master