Skip to content

Commit

Permalink
Travis: ensure cargo-deb is installed
Browse files Browse the repository at this point in the history
  • Loading branch information
nickbabcock committed Jan 11, 2019
1 parent 2ac7313 commit 785b4e2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ci/before_deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ main() {
if [ -n "$TARGET" ]; then
cross rustc --bin dness --target $TARGET --release -- -C lto
if [ "$TARGET" = "x86_64-unknown-linux-musl" ]; then
cargo install cargo-deb
cross deb --target "$TARGET" --variant musl --no-build
cp target/debian/dness*.deb $src/.
fi
Expand Down

0 comments on commit 785b4e2

Please sign in to comment.