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