mirror of
https://gitlab.com/Anson-Projects/shuttle-christmas-code-hunt-2023.git
synced 2025-08-02 19:31:25 +00:00
add building
This commit is contained in:
@@ -1,5 +1,6 @@
|
|||||||
stages:
|
stages:
|
||||||
- test
|
- test
|
||||||
|
- build
|
||||||
|
|
||||||
image: rust:latest
|
image: rust:latest
|
||||||
|
|
||||||
@@ -16,3 +17,8 @@ rustfmt:
|
|||||||
stage: test
|
stage: test
|
||||||
script:
|
script:
|
||||||
- cargo fmt -- --check
|
- cargo fmt -- --check
|
||||||
|
|
||||||
|
build:
|
||||||
|
stage: build
|
||||||
|
script:
|
||||||
|
- cargo build --verbose
|
||||||
|
Reference in New Issue
Block a user