diff options
| author | Dario Nieuwenhuis <[email protected]> | 2020-12-01 17:46:56 +0100 |
|---|---|---|
| committer | Dario Nieuwenhuis <[email protected]> | 2020-12-01 17:46:56 +0100 |
| commit | 6f76c0ebccf1d3d7b8712eaa145f6033b277a6ae (patch) | |
| tree | b85002c833e5100080050c259754ad7b2945ef60 /test-build.sh | |
| parent | 78135a81d96a8bb74207b3f73c9f261aa4561a18 (diff) | |
Add support for log+defmt again, but better.
Diffstat (limited to 'test-build.sh')
| -rwxr-xr-x | test-build.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/test-build.sh b/test-build.sh index 66128ddc2..a3b5e8dfc 100755 --- a/test-build.sh +++ b/test-build.sh | |||
| @@ -7,6 +7,8 @@ set -euxo pipefail | |||
| 7 | 7 | ||
| 8 | # embassy | 8 | # embassy |
| 9 | (cd embassy; cargo build --target thumbv7em-none-eabihf) | 9 | (cd embassy; cargo build --target thumbv7em-none-eabihf) |
| 10 | (cd embassy; cargo build --target thumbv7em-none-eabihf --features log) | ||
| 11 | (cd embassy; cargo build --target thumbv7em-none-eabihf --features defmt) | ||
| 10 | 12 | ||
| 11 | # embassy-nrf | 13 | # embassy-nrf |
| 12 | (cd embassy-nrf; cargo build --target thumbv7em-none-eabi --features 52810) | 14 | (cd embassy-nrf; cargo build --target thumbv7em-none-eabi --features 52810) |
| @@ -15,3 +17,6 @@ set -euxo pipefail | |||
| 15 | (cd embassy-nrf; cargo build --target thumbv7em-none-eabihf --features 52833) | 17 | (cd embassy-nrf; cargo build --target thumbv7em-none-eabihf --features 52833) |
| 16 | (cd embassy-nrf; cargo build --target thumbv7em-none-eabihf --features 52840) | 18 | (cd embassy-nrf; cargo build --target thumbv7em-none-eabihf --features 52840) |
| 17 | 19 | ||
| 20 | (cd embassy-nrf; cargo build --target thumbv7em-none-eabihf --features 52840,log) | ||
| 21 | (cd embassy-nrf; cargo build --target thumbv7em-none-eabihf --features 52840,defmt) | ||
| 22 | |||
