2017-02-16 21:38:48 +00:00
|
|
|
#!/usr/bin/env bash
|
|
|
|
set -eux
|
|
|
|
|
2017-02-22 15:02:36 +00:00
|
|
|
cargo build --release --no-default-features --features alsa-backend
|
2017-06-08 11:31:06 +00:00
|
|
|
cargo build --release --target aarch64-unknown-linux-gnu --no-default-features --features alsa-backend
|
2017-02-22 15:02:36 +00:00
|
|
|
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
|
2017-03-05 10:03:56 +00:00
|
|
|
cargo build --release --target mipsel-unknown-linux-gnu --no-default-features --features alsa-backend
|