diff options
| author | Roy Buitenhuis <[email protected]> | 2023-04-11 16:53:04 +0200 |
|---|---|---|
| committer | Roy Buitenhuis <[email protected]> | 2023-04-11 16:53:04 +0200 |
| commit | 00258bca4320bcf33f6285126a1f31fd6a9ed83c (patch) | |
| tree | 9209112db9eefb110c325f3ca9c421357eefc0c4 /ci.sh | |
| parent | 813bba200f1a068a47bc6d9eafc74a190ffb0316 (diff) | |
Add empty test binary for riscv
Diffstat (limited to 'ci.sh')
| -rwxr-xr-x | ci.sh | 2 |
1 files changed, 2 insertions, 0 deletions
| @@ -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 | ||
