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