StructRef/.gitlab-ci.yml

10 lines
209 B
YAML
Raw Normal View History

2020-04-16 20:54:09 +00:00
image: luki42/latex-full:v1.0
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"