Add basic CI configuration

merge-requests/2/head
fnux 2020-05-07 09:29:03 +02:00
parent 66bf91f2e9
commit 7747f87536
2 changed files with 15 additions and 0 deletions

1
.gitignore vendored 100644
View File

@ -0,0 +1 @@
.shellcheck.tmp

14
.gitlab-ci.yml 100644
View File

@ -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