strip binaries for release deploys
This commit is contained in:
parent
dfe3f18f21
commit
e56cf130fe
1 changed files with 1 additions and 0 deletions
|
@ -23,6 +23,7 @@ script:
|
|||
|
||||
before_deploy:
|
||||
- cargo build --release --target $TARGET
|
||||
- strip --strip-unneeded target/$TARGET/release/http-server
|
||||
- zip "$PROJECT_NAME-$TRAVIS_TAG-$TARGET.zip" -j target/$TARGET/release/http-server
|
||||
|
||||
deploy:
|
||||
|
|
Loading…
Add table
Reference in a new issue