indivisible-rs/.gitlab-ci.yml

19 lines
224 B
YAML

image: "rust:latest"
stages:
- build
- test
build-job:
stage: build
artifacts:
paths:
- target/release/indivisible
script:
- cargo build --release
test-job:
stage: test
script:
- ./test.sh