Update .gitlab-ci.yml file
This commit is contained in:
@@ -4,8 +4,10 @@ stages:
|
|||||||
|
|
||||||
build-job:
|
build-job:
|
||||||
stage: build
|
stage: build
|
||||||
|
image: rust:latest
|
||||||
script:
|
script:
|
||||||
- echo "in build"
|
- echo "in build"
|
||||||
|
- cargo build
|
||||||
|
|
||||||
test-job:
|
test-job:
|
||||||
stage: test
|
stage: test
|
||||||
|
|||||||
Reference in New Issue
Block a user