cdist-contrib/.gitlab-ci.yml

21 lines
289 B
YAML
Raw Normal View History

2020-05-07 09:29:03 +02:00
stages:
- test
- doc
2020-05-07 09:29:03 +02:00
2021-01-04 11:26:45 +01:00
image: code.ungleich.ch:5050/ungleich-public/cdist-contrib/ci-container:latest
2020-05-07 09:29:03 +02:00
shellcheck:
stage: test
script:
- make lint
2020-05-07 09:29:03 +02:00
manpages:
stage: test
script:
- make check-manpages
docs:
stage: doc
script:
- make docs