diff options
| author | sander <[email protected]> | 2023-04-20 10:22:44 +0200 |
|---|---|---|
| committer | sander <[email protected]> | 2023-04-20 10:22:44 +0200 |
| commit | f64d1131b6c57c5bde9c6211d6d465f0bd256066 (patch) | |
| tree | 81ab45170fe963b2220960dc5dfb238f50414a6c /ci_stable.sh | |
| parent | b153a5b0d764c32eea6a3c312781743af98b3a11 (diff) | |
embassy-boot: update ci and examples to use the nightly flag
Diffstat (limited to 'ci_stable.sh')
| -rwxr-xr-x | ci_stable.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ci_stable.sh b/ci_stable.sh index 18271ee73..55a2f89a0 100755 --- a/ci_stable.sh +++ b/ci_stable.sh | |||
| @@ -9,6 +9,10 @@ export DEFMT_LOG=trace | |||
| 9 | sed -i 's/channel.*/channel = "stable"/g' rust-toolchain.toml | 9 | sed -i 's/channel.*/channel = "stable"/g' rust-toolchain.toml |
| 10 | 10 | ||
| 11 | cargo batch \ | 11 | cargo batch \ |
| 12 | --- build --release --manifest-path embassy-boot/nrf/Cargo.toml --target thumbv7em-none-eabi --features embassy-nrf/nrf52840 \ | ||
| 13 | --- build --release --manifest-path embassy-boot/nrf/Cargo.toml --target thumbv8m.main-none-eabihf --features embassy-nrf/nrf9160-ns \ | ||
| 14 | --- build --release --manifest-path embassy-boot/rp/Cargo.toml --target thumbv6m-none-eabi \ | ||
| 15 | --- build --release --manifest-path embassy-boot/stm32/Cargo.toml --target thumbv7em-none-eabi --features embassy-stm32/stm32wl55jc-cm4 \ | ||
| 12 | --- build --release --manifest-path embassy-executor/Cargo.toml --target thumbv7em-none-eabi \ | 16 | --- build --release --manifest-path embassy-executor/Cargo.toml --target thumbv7em-none-eabi \ |
| 13 | --- build --release --manifest-path embassy-executor/Cargo.toml --target thumbv7em-none-eabi --features log \ | 17 | --- build --release --manifest-path embassy-executor/Cargo.toml --target thumbv7em-none-eabi --features log \ |
| 14 | --- build --release --manifest-path embassy-executor/Cargo.toml --target thumbv7em-none-eabi --features defmt \ | 18 | --- build --release --manifest-path embassy-executor/Cargo.toml --target thumbv7em-none-eabi --features defmt \ |
