Compare commits

...

1 Commits

Author SHA1 Message Date
Darko Poljak 91089b9452 gitlab runner should have necessary tools 2019-12-02 09:27:47 +01:00
1 changed files with 0 additions and 8 deletions

View File

@ -3,18 +3,10 @@ stages:
unit_tests:
stage: test
before_script:
- 'apk update'
- 'apk add make rsync'
script:
- make test
shellcheck:
stage: test
before_script:
- 'apk update'
- 'apk add make'
- '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:
- make shellcheck