mirror of
https://framagit.org/veretcle/scootaloo.git
synced 2025-07-20 17:11:19 +02:00
refactor(ci): refactor .gitlab-ci to add tests
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
---
|
||||
|
||||
stages:
|
||||
- build
|
||||
|
||||
@@ -8,6 +10,6 @@ rust-latest:
|
||||
- target/release/scootaloo
|
||||
image: rust:latest
|
||||
script:
|
||||
- cargo test
|
||||
- cargo build --release --verbose
|
||||
- strip target/release/${CI_PROJECT_NAME}
|
||||
|
||||
|
Reference in New Issue
Block a user