Compare commits
1 commit
Author | SHA1 | Date | |
---|---|---|---|
|
91089b9452 |
1 changed files with 0 additions and 8 deletions
|
@ -3,18 +3,10 @@ stages:
|
||||||
|
|
||||||
unit_tests:
|
unit_tests:
|
||||||
stage: test
|
stage: test
|
||||||
before_script:
|
|
||||||
- 'apk update'
|
|
||||||
- 'apk add make rsync'
|
|
||||||
script:
|
script:
|
||||||
- make test
|
- make test
|
||||||
|
|
||||||
shellcheck:
|
shellcheck:
|
||||||
stage: test
|
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:
|
script:
|
||||||
- make shellcheck
|
- make shellcheck
|
||||||
|
|
Loading…
Reference in a new issue