StructRef/.gitlab-ci.yml

9 lines
120 B
YAML

image: luki42/latex-full:v1.0
build:
script:
- latexmk -pdf src/main.tex
artifacts:
paths:
- "*.pdf"