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:31:20 +00:00
|
|
|
- $(command -v pycodestyle)
|
2019-12-02 08:33:41 +00:00
|
|
|
- $(command -v pycodestyle3)
|
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
|