cdist-contrib/.gitlab-ci.yml

21 lines
277 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
image: code.ungleich.ch:5050/ungleich-public/cdist/cdist-ci:latest
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