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:
|
||||
- test
|
||||
- build
|
||||
|
||||
image: rust:latest
|
||||
|
||||
@ -16,3 +17,8 @@ rustfmt:
|
||||
stage: test
|
||||
script:
|
||||
- cargo fmt -- --check
|
||||
|
||||
build:
|
||||
stage: build
|
||||
script:
|
||||
- cargo build --verbose
|
||||
|
Loading…
x
Reference in New Issue
Block a user