diff options
| author | Dario Nieuwenhuis <[email protected]> | 2023-05-29 19:46:46 +0200 |
|---|---|---|
| committer | Dario Nieuwenhuis <[email protected]> | 2023-05-29 19:51:06 +0200 |
| commit | 421ee4dfbfbbdc007265498d4f529687c16d89af (patch) | |
| tree | 82e888ad5ea0af46fd33188fdf923e3d2ecd0a1a /ci_stable.sh | |
| parent | 46961cfdf72a3b5d54b241a41d9f2496c6dc6229 (diff) | |
ci: add stable build, add tests.
Diffstat (limited to 'ci_stable.sh')
| -rwxr-xr-x | ci_stable.sh | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/ci_stable.sh b/ci_stable.sh index 55a2f89a0..a67087ffb 100755 --- a/ci_stable.sh +++ b/ci_stable.sh | |||
| @@ -2,12 +2,9 @@ | |||
| 2 | 2 | ||
| 3 | set -euo pipefail | 3 | set -euo pipefail |
| 4 | 4 | ||
| 5 | export CARGO_TARGET_DIR=$PWD/target_ci_stable | ||
| 6 | export RUSTFLAGS=-Dwarnings | 5 | export RUSTFLAGS=-Dwarnings |
| 7 | export DEFMT_LOG=trace | 6 | export DEFMT_LOG=trace |
| 8 | 7 | ||
| 9 | sed -i 's/channel.*/channel = "stable"/g' rust-toolchain.toml | ||
| 10 | |||
| 11 | cargo batch \ | 8 | cargo batch \ |
| 12 | --- build --release --manifest-path embassy-boot/nrf/Cargo.toml --target thumbv7em-none-eabi --features embassy-nrf/nrf52840 \ | 9 | --- 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 \ | 10 | --- build --release --manifest-path embassy-boot/nrf/Cargo.toml --target thumbv8m.main-none-eabihf --features embassy-nrf/nrf9160-ns \ |
