ccollect/.gitlab-ci.yml

13 lines
147 B
YAML
Raw Permalink Normal View History

2019-11-19 17:25:10 +00:00
stages:
- test
unit_tests:
stage: test
script:
- make test
shellcheck:
stage: test
script:
- make shellcheck