20 lines
277 B
YAML
20 lines
277 B
YAML
stages:
|
|
- test
|
|
- doc
|
|
|
|
image: code.ungleich.ch:5050/ungleich-public/cdist/cdist-ci:latest
|
|
|
|
shellcheck:
|
|
stage: test
|
|
script:
|
|
- make lint
|
|
|
|
manpages:
|
|
stage: test
|
|
script:
|
|
- make check-manpages
|
|
|
|
docs:
|
|
stage: doc
|
|
script:
|
|
- make docs
|