mirror of
https://framagit.org/veretcle/scootaloo.git
synced 2025-07-21 09:31:19 +02:00
Backporting changes on gitlab-ci.yml
This commit is contained in:
@@ -3,8 +3,10 @@ stages:
|
|||||||
|
|
||||||
rust-latest:
|
rust-latest:
|
||||||
stage: build
|
stage: build
|
||||||
|
artifacts:
|
||||||
|
paths:
|
||||||
|
- target/release/scootaloo
|
||||||
image: rust:latest
|
image: rust:latest
|
||||||
script:
|
script:
|
||||||
- cargo build --verbose
|
- cargo build --release --verbose
|
||||||
- cargo test --verbose
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user