Skip to content

Commit

Permalink
Remove 32-bit automated build for linux
Browse files Browse the repository at this point in the history
Seems to fail on one dependency.  Will investigate later for 0.3.
  • Loading branch information
ClementTsang authored Feb 25, 2020
1 parent 059290c commit 61da628
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 61da628

Please sign in to comment.