StructRef/.gitlab-ci.yml

10 lines
211 B
YAML
Raw Normal View History

image: luki42/latex-full:latest
2020-04-16 17:42:46 +00:00
build:
script:
2020-04-16 20:56:13 +00:00
- cd src
2020-04-19 18:00:39 +00:00
- latexmk -pdf -file-line-error -interaction=nonstopmode -halt-on-error -output-format=pdf main.tex
2020-04-16 17:42:46 +00:00
artifacts:
paths:
2020-04-16 20:56:13 +00:00
- "src/*.pdf"