Something went wrong on our end
.gitlab-ci.yml 150 B
build:
stage: build
script:
- bash ci-build.sh
# run tests using the binary built before
test:
stage: test
script:
- bash ci-test.sh
This makes building the project on CI trivial, so also added to CI.
This makes building the project on CI trivial, so also added to CI.
build:
stage: build
script:
- bash ci-build.sh
# run tests using the binary built before
test:
stage: test
script:
- bash ci-test.sh