StructRef/.gitlab-ci.yml

10 lines
133 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
- latexmk -pdf main.tex
2020-04-16 17:42:46 +00:00
artifacts:
paths:
2020-04-16 20:56:13 +00:00
- "src/*.pdf"