StructRef/.gitlab-ci.yml

9 lines
120 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:
- latexmk -pdf src/main.tex
artifacts:
paths:
- "*.pdf"