Remove GitLab CI file.
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user