Тестирование
This commit is contained in:
parent
f06a0f285b
commit
9b0f1c3b75
8
.gitlab-ci.yml
Normal file
8
.gitlab-ci.yml
Normal file
@ -0,0 +1,8 @@
|
||||
test:bionic:
|
||||
image: bionic-dev
|
||||
before_script:
|
||||
- apt-get update
|
||||
- apt-get -y --force-yes install shellcheck
|
||||
script:
|
||||
- shellcheck cmake.sh
|
||||
|
Loading…
Reference in New Issue
Block a user