mac os doesn't support --strip-unneeded
This commit is contained in:
parent
d8cb0f6986
commit
481a984277
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ script:
|
||||||
|
|
||||||
before_deploy:
|
before_deploy:
|
||||||
- cargo build --release --target $TARGET
|
- cargo build --release --target $TARGET
|
||||||
- strip --strip-unneeded target/$TARGET/release/http-server
|
- strip target/$TARGET/release/http-server
|
||||||
- zip "$PROJECT_NAME-$TRAVIS_TAG-$TARGET.zip" -j target/$TARGET/release/http-server
|
- zip "$PROJECT_NAME-$TRAVIS_TAG-$TARGET.zip" -j target/$TARGET/release/http-server
|
||||||
|
|
||||||
deploy:
|
deploy:
|
||||||
|
|
Loading…
Add table
Reference in a new issue