strip binary

This commit is contained in:
philipp 2023-08-01 14:53:06 +02:00
parent f2baca668c
commit f7e623b8c3

View File

@ -12,8 +12,8 @@ build:
stage: build
script:
- cargo build --release --target $CARGO_TARGET
- strip target/$CARGO_TARGET/release/rot
- cd frontend && npm install && npm run build
# - strip target/$CARGO_TARGET/release/rot
artifacts:
paths:
- target/$CARGO_TARGET/release/rot