mirror of
https://framagit.org/veretcle/scootaloo.git
synced 2025-07-20 17:11:19 +02:00
Optimizing size of the final executable
This commit is contained in:
@@ -3,10 +3,9 @@ stages:
|
||||
|
||||
rust-latest:
|
||||
stage: build
|
||||
artifacts:
|
||||
- target/release/scootaloo
|
||||
image: rust:latest
|
||||
script:
|
||||
- cargo build --verbose
|
||||
- cargo build --release --verbose
|
||||
- strip target/release/${CI_PROJECT_NAME}
|
||||
- du -h target/release/${CI_PROJECT_NAME}
|
||||
|
||||
|
Reference in New Issue
Block a user