ccollect/.gitlab-ci.yml

13 lines
147 B
YAML

stages:
- test
unit_tests:
stage: test
script:
- make test
shellcheck:
stage: test
script:
- make shellcheck