Compare commits

...

7 Commits

Author SHA1 Message Date
Darko Poljak 654637c9dd debug 2019-12-02 12:31:46 +01:00
Darko Poljak 20ccb3ec06 debug 2019-12-02 11:33:53 +01:00
Darko Poljak 399828545f debug 2019-12-02 09:35:18 +01:00
Darko Poljak f259c93796 debug 2019-12-02 09:33:41 +01:00
Darko Poljak 936019b699 debug 2019-12-02 09:31:20 +01:00
Darko Poljak 75b2f521d9 debug runner :) 2019-12-02 09:25:48 +01:00
Darko Poljak 553c11ca95 gitlab CI runner should have necessary tools 2019-12-02 09:22:31 +01:00
1 changed files with 0 additions and 10 deletions

View File

@ -3,26 +3,16 @@ stages:
unit_tests:
stage: test
before_script:
- 'apk update'
- 'apk add python3'
script:
- ./bin/build-helper version
- ./bin/build-helper test
pycodestyle:
stage: test
before_script:
- 'apk update'
- 'apk add python3 py3-pycodestyle'
- 'ln -f -s /usr/bin/pycodestyle-3 /usr/bin/pycodestyle'
script:
- ./bin/build-helper pycodestyle
shellcheck:
stage: test
before_script:
- 'wget https://storage.googleapis.com/shellcheck/shellcheck-stable.linux.x86_64.tar.xz'
- 'tar xf shellcheck-stable.linux.x86_64.tar.xz && mv shellcheck-stable/shellcheck /usr/bin/'
script:
- ./bin/build-helper shellcheck