Files
phd-thesis/.gitlab-ci.yml
2024-04-12 18:46:56 +02:00

16 lines
252 B
YAML

image: leplusorg/latex
building-latex-master:
stage: build
variables:
COMPILE_ALL: "True"
script:
- latexmk -pdf main.tex -shell-escape
artifacts:
paths:
- "main.pdf"
only:
- master
tags:
- saas-linux-small-amd64