-
Matthieu Boileau authorede9602da6
This GitLab CI configuration is valid.
Learn more
.gitlab-ci.yml 142 B
build_hello:
stage: build
tags:
- shell
script:
- make
test_hello:
stage: test
tags:
- shell
script:
- make test