9 lines
156 B
YAML
9 lines
156 B
YAML
|
test:bionic:
|
||
|
image: bionic-dev
|
||
|
before_script:
|
||
|
- apt-get update
|
||
|
- apt-get -y --force-yes install shellcheck
|
||
|
script:
|
||
|
- shellcheck cmake.sh
|
||
|
|