kommersbuch/.gitlab-ci.yml

9 lines
150 B
YAML

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