aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsodo <[email protected]>2023-12-12 16:51:24 +0900
committersodo <[email protected]>2023-12-13 21:24:11 +0900
commit172ed52128e0da519c13b7a354aeb98c492be3c3 (patch)
tree6f84e7b3f646f307b953e57defbf7cdbb77481f0
parent7956ef9247e5fb1eb957843af1230132d1766815 (diff)
ci.sh: add avr
-rwxr-xr-xci.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/ci.sh b/ci.sh
index 8a5e206d2..a5ddda3a1 100755
--- a/ci.sh
+++ b/ci.sh
@@ -207,6 +207,10 @@ cargo batch \
207 --- build --release --manifest-path tests/riscv32/Cargo.toml --target riscv32imac-unknown-none-elf \ 207 --- build --release --manifest-path tests/riscv32/Cargo.toml --target riscv32imac-unknown-none-elf \
208 $BUILD_EXTRA 208 $BUILD_EXTRA
209 209
210# walkaround: "-Z" option not working on cargo batch
211cargo build --release --manifest-path embassy-executor/Cargo.toml --target avr-unknown-gnu-atmega328 -Z build-std=core,alloc --features nightly,arch-avr
212cargo build --release --manifest-path embassy-executor/Cargo.toml --target avr-unknown-gnu-atmega328 -Z build-std=core,alloc --features nightly,arch-avr,integrated-timers
213
210 214
211rm out/tests/stm32wb55rg/wpan_mac 215rm out/tests/stm32wb55rg/wpan_mac
212rm out/tests/stm32wb55rg/wpan_ble 216rm out/tests/stm32wb55rg/wpan_ble