cdist-contrib/.gitlab-ci.yml

21 lines
289 B
YAML
Raw Normal View History

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