mirror of
https://github.com/ClementTsang/bottom
synced 2025-02-17 05:38:27 +00:00
Remove 32-bit automated build for linux
Seems to fail on one dependency. Will investigate later for 0.3.
This commit is contained in:
parent
059290c983
commit
61da628813
1 changed files with 0 additions and 4 deletions
|
@ -63,10 +63,6 @@ before_deploy:
|
|||
strip btm;
|
||||
if [[ $TRAVIS_OS_NAME == "linux" ]]; then
|
||||
tar -czvf bottom_x86_64-unknown-linux-gnu.tar.gz btm;
|
||||
rustup target add i686-unknown-linux-gnu;
|
||||
cargo build --release --target i686-unknown-linux-gnu;
|
||||
strip ./target/i686-unknown-linux-gnu/release/btm;
|
||||
tar -czvf bottom_i686-unknown-linux-gnu.tar.gz ./target/i686-unknown-linux-gnu/release/btm;
|
||||
tar -czvf bottom_source_code.tar.gz ./src ./Cargo.toml LICENSE tests README.md;
|
||||
cargo install cargo-deb;
|
||||
cargo deb;
|
||||
|
|
Loading…
Add table
Reference in a new issue