indivisible-rs/.gitlab-ci.yml
Nicolás Ortega Froysa 752eca18ef Remove license scanning.
It's an Ultimate-only feature which I do not have.
2022-03-01 18:50:48 +01:00

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