cdist/.gitlab-ci.yml

22 lines
410 B
YAML
Raw Normal View History

2019-11-27 13:22:13 +00:00
stages:
- test
unit_tests:
stage: test
script:
- ./bin/build-helper version
- ./bin/build-helper test
pycodestyle:
stage: test
script:
2019-12-02 08:33:41 +00:00
- $(command -v pycodestyle3)
2019-12-02 08:35:18 +00:00
- $(command -v pycodestyle)
2019-12-02 08:25:48 +00:00
- ls -l $(command -v pycodestyle)
2019-11-27 13:22:13 +00:00
- ./bin/build-helper pycodestyle
shellcheck:
stage: test
script:
- ./bin/build-helper shellcheck