cdist/.gitlab-ci.yml
Darko Poljak 936019b699 debug
2019-12-02 09:31:20 +01:00

20 lines
373 B
YAML

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