Add basic CI configuration
parent
66bf91f2e9
commit
7747f87536
|
@ -0,0 +1 @@
|
|||
.shellcheck.tmp
|
|
@ -0,0 +1,14 @@
|
|||
stages:
|
||||
- test
|
||||
|
||||
image: code.ungleich.ch:5050/ungleich-public/cdist/cdist-ci:latest
|
||||
|
||||
shellcheck:
|
||||
stage: test
|
||||
script:
|
||||
- ./scripts/run-shellcheck.sh
|
||||
|
||||
manpages:
|
||||
stage: test
|
||||
script:
|
||||
- ./scripts/run-manpage-checks.sh
|
Loading…
Reference in New Issue