mirror of
https://gitlab.com/Anson-Projects/shuttle-christmas-code-hunt-2023.git
synced 2025-06-15 14:46:47 +00:00
add building
This commit is contained in:
parent
aaff60e15b
commit
5524bf09d2
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user