From 785b4e2a60888a0a516ca70f98134c0f5fa7b4a3 Mon Sep 17 00:00:00 2001 From: Nick Babcock Date: Thu, 10 Jan 2019 18:36:42 -0600 Subject: [PATCH] Travis: ensure cargo-deb is installed --- ci/before_deploy.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/ci/before_deploy.sh b/ci/before_deploy.sh index a87b4cb..70dd2ec 100755 --- a/ci/before_deploy.sh +++ b/ci/before_deploy.sh @@ -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