Files
uhhassignment/.gitlab-ci.yml
2018-10-16 19:34:54 +02:00

14 lines
183 B
YAML

image: blang/latex:ctanfull
stages:
- build
uhhassignment:
stage: build
script:
- make all
artifacts:
paths:
- "uhhassignment.cls"
- "uhhassignment.pdf"