aboutsummaryrefslogtreecommitdiff
path: root/ci_stable.sh
diff options
context:
space:
mode:
authorDario Nieuwenhuis <[email protected]>2023-05-29 18:09:05 +0000
committerGitHub <[email protected]>2023-05-29 18:09:05 +0000
commit642eb1400ba5508321d7aed438dc5033a652e2fb (patch)
tree82e888ad5ea0af46fd33188fdf923e3d2ecd0a1a /ci_stable.sh
parentcc23129456832ce4d65ce0b8088a011395fca4fb (diff)
parent421ee4dfbfbbdc007265498d4f529687c16d89af (diff)
Merge pull request #1503 from embassy-rs/ci-fixes
ci: add stable build, add tests.
Diffstat (limited to 'ci_stable.sh')
-rwxr-xr-xci_stable.sh3
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
3set -euo pipefail 3set -euo pipefail
4 4
5export CARGO_TARGET_DIR=$PWD/target_ci_stable
6export RUSTFLAGS=-Dwarnings 5export RUSTFLAGS=-Dwarnings
7export DEFMT_LOG=trace 6export DEFMT_LOG=trace
8 7
9sed -i 's/channel.*/channel = "stable"/g' rust-toolchain.toml
10
11cargo batch \ 8cargo 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 \