strip binary
This commit is contained in:
parent
db5be57ba3
commit
0c504001d3
@ -11,6 +11,7 @@ build:
|
||||
stage: build
|
||||
script:
|
||||
- cargo build --release --target $CARGO_TARGET
|
||||
- strip target/$CARGO_TARGET/release/rot
|
||||
artifacts:
|
||||
paths:
|
||||
- target/$CARGO_TARGET/release/rot
|
||||
|
Loading…
Reference in New Issue
Block a user