strip binary
This commit is contained in:
parent
f2baca668c
commit
f7e623b8c3
@ -12,8 +12,8 @@ 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
|
||||||
- cd frontend && npm install && npm run build
|
- cd frontend && npm install && npm run build
|
||||||
# - strip target/$CARGO_TARGET/release/rot
|
|
||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
- target/$CARGO_TARGET/release/rot
|
- target/$CARGO_TARGET/release/rot
|
||||||
|
Loading…
Reference in New Issue
Block a user