aboutsummaryrefslogtreecommitdiff
path: root/ci.sh
diff options
context:
space:
mode:
authorRoy Buitenhuis <[email protected]>2023-04-11 16:53:04 +0200
committerRoy Buitenhuis <[email protected]>2023-04-11 16:53:04 +0200
commit00258bca4320bcf33f6285126a1f31fd6a9ed83c (patch)
tree9209112db9eefb110c325f3ca9c421357eefc0c4 /ci.sh
parent813bba200f1a068a47bc6d9eafc74a190ffb0316 (diff)
Add empty test binary for riscv
Diffstat (limited to 'ci.sh')
-rwxr-xr-xci.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/ci.sh b/ci.sh
index f81b34c05..30fca4bc4 100755
--- a/ci.sh
+++ b/ci.sh
@@ -124,6 +124,8 @@ cargo batch \
124 --- build --release --manifest-path tests/stm32/Cargo.toml --target thumbv7em-none-eabi --features stm32u585ai --out-dir out/tests/iot-stm32u585ai \ 124 --- build --release --manifest-path tests/stm32/Cargo.toml --target thumbv7em-none-eabi --features stm32u585ai --out-dir out/tests/iot-stm32u585ai \
125 --- build --release --manifest-path tests/rp/Cargo.toml --target thumbv6m-none-eabi --out-dir out/tests/rpi-pico \ 125 --- build --release --manifest-path tests/rp/Cargo.toml --target thumbv6m-none-eabi --out-dir out/tests/rpi-pico \
126 --- build --release --manifest-path tests/nrf/Cargo.toml --target thumbv7em-none-eabi --out-dir out/tests/nrf52840-dk \ 126 --- build --release --manifest-path tests/nrf/Cargo.toml --target thumbv7em-none-eabi --out-dir out/tests/nrf52840-dk \
127 --- build --release --manifest-path tests/riscv32/Cargo.toml --target riscv32imac-unknown-none-elf \
128
127 $BUILD_EXTRA 129 $BUILD_EXTRA
128 130
129 131