Remove GitLab CI file.

This commit is contained in:
2025-12-04 09:38:59 +01:00
parent 0797c7419d
commit 82d75227c4

View File

@@ -1,21 +0,0 @@
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
include:
- template: Security/License-Scanning.gitlab-ci.yml