cdist/.gitlab-ci.yml
2019-12-02 09:25:48 +01:00

19 lines
337 B
YAML

stages:
- test
unit_tests:
stage: test
script:
- ./bin/build-helper version
- ./bin/build-helper test
pycodestyle:
stage: test
script:
- ls -l $(command -v pycodestyle)
- ./bin/build-helper pycodestyle
shellcheck:
stage: test
script:
- ./bin/build-helper shellcheck