strip binary

This commit is contained in:
philipp 2023-07-30 18:24:10 +02:00
parent db5be57ba3
commit 0c504001d3

View File

@ -11,6 +11,7 @@ build:
stage: build stage: build
script: script:
- cargo build --release --target $CARGO_TARGET - cargo build --release --target $CARGO_TARGET
- strip target/$CARGO_TARGET/release/rot
artifacts: artifacts:
paths: paths:
- target/$CARGO_TARGET/release/rot - target/$CARGO_TARGET/release/rot