Skip to content
Snippets Groups Projects
Verified Commit aac92d6a authored by Adrian Paschkowski's avatar Adrian Paschkowski :thinking:
Browse files

Add Gitlab CI

parent c6eafbfa
No related branches found
No related tags found
Loading
Pipeline #15012 passed
image: ai/latexgenerator
compile:
stage: build
tags:
- latex
script:
- latexmk -pdf
artifacts:
name: "satzung-$CI_COMMIT_REF_NAME-$CI_COMMIT_SHORT_SHA-$CI_COMMIT_TIMESTAMP"
paths:
- "*.pdf"
- "*.log"
expire_in: 3 months
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment