sing-alongs/.gitlab-ci.yml

9 lines
146 B
YAML

build:
image: thallian/latex-builder
script:
- make
artifacts:
paths:
- build/*
expire_in: 1 week