-
Notifications
You must be signed in to change notification settings - Fork 654
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Dariusz Olszewski <[email protected]>
- Loading branch information
1 parent
faeaf50
commit 0f497cc
Showing
3 changed files
with
9 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
#!/usr/bin/env bash | ||
set -eux | ||
|
||
cargo build --release --no-default-features --features alsa-backend | ||
cargo build --release --target aarch64-unknown-linux-gnu --no-default-features --features alsa-backend | ||
cargo build --release --target arm-unknown-linux-gnueabihf --no-default-features --features alsa-backend | ||
cargo build --release --target arm-unknown-linux-gnueabi --no-default-features --features alsa-backend | ||
cargo build --release --no-default-features --features "alsa-backend with-libmdns" | ||
cargo build --release --target aarch64-unknown-linux-gnu --no-default-features --features "alsa-backend with-libmdns" | ||
cargo build --release --target arm-unknown-linux-gnueabihf --no-default-features --features "alsa-backend with-libmdns" | ||
cargo build --release --target arm-unknown-linux-gnueabi --no-default-features --features "alsa-backend with-libmdns" |