aboutsummaryrefslogtreecommitdiff
path: root/ci-nightly.sh
diff options
context:
space:
mode:
authorDario Nieuwenhuis <[email protected]>2025-02-17 17:57:50 +0100
committerDario Nieuwenhuis <[email protected]>2025-02-17 17:57:50 +0100
commit89b5efc90059be1a47f3f068546c21d74b21c810 (patch)
treeb413e1049600c48976ec76b6b2b79a850b7a685b /ci-nightly.sh
parent489abb1f8fef2767857bcd045d7cbf669a9a7ab3 (diff)
Update cargo-batch.
Diffstat (limited to 'ci-nightly.sh')
-rwxr-xr-xci-nightly.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/ci-nightly.sh b/ci-nightly.sh
index 1b69cc18e..e48ad2323 100755
--- a/ci-nightly.sh
+++ b/ci-nightly.sh
@@ -20,6 +20,6 @@ cargo batch \
20 --- build --release --manifest-path embassy-executor/Cargo.toml --target thumbv7em-none-eabi --features nightly,arch-cortex-m,executor-thread,executor-interrupt \ 20 --- build --release --manifest-path embassy-executor/Cargo.toml --target thumbv7em-none-eabi --features nightly,arch-cortex-m,executor-thread,executor-interrupt \
21 --- build --release --manifest-path embassy-executor/Cargo.toml --target riscv32imac-unknown-none-elf --features nightly,arch-riscv32 \ 21 --- build --release --manifest-path embassy-executor/Cargo.toml --target riscv32imac-unknown-none-elf --features nightly,arch-riscv32 \
22 --- build --release --manifest-path embassy-executor/Cargo.toml --target riscv32imac-unknown-none-elf --features nightly,arch-riscv32,executor-thread \ 22 --- build --release --manifest-path embassy-executor/Cargo.toml --target riscv32imac-unknown-none-elf --features nightly,arch-riscv32,executor-thread \
23 --- build --release --manifest-path examples/nrf52840-rtic/Cargo.toml --target thumbv7em-none-eabi --out-dir out/examples/nrf52840-rtic \ 23 --- build --release --manifest-path examples/nrf52840-rtic/Cargo.toml --target thumbv7em-none-eabi --artifact-dir out/examples/nrf52840-rtic \
24 24
25cargo build --release --manifest-path embassy-executor/Cargo.toml --target avr-unknown-gnu-atmega328 -Z build-std=core,alloc --features nightly,arch-avr,avr-device/atmega328p 25cargo build --release --manifest-path embassy-executor/Cargo.toml --target avr-unknown-gnu-atmega328 -Z build-std=core,alloc --features nightly,arch-avr,avr-device/atmega328p