aboutsummaryrefslogtreecommitdiff
path: root/ci.sh
diff options
context:
space:
mode:
authorRoy Buitenhuis <[email protected]>2023-04-11 17:40:05 +0200
committerRoy Buitenhuis <[email protected]>2023-04-11 17:40:05 +0200
commitf426c477479c0e0972156209eb0116c7a9eeedb8 (patch)
tree1590a4fe498356a404be65b370dafd7dbdc0cfb8 /ci.sh
parent6e947c83b652d2e9aec8b106f9b171847a46f9dd (diff)
Remove empty line, causing build issues.
Diffstat (limited to 'ci.sh')
-rwxr-xr-xci.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/ci.sh b/ci.sh
index 30fca4bc4..1b3fac8bc 100755
--- a/ci.sh
+++ b/ci.sh
@@ -125,7 +125,6 @@ cargo batch \
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 \ 127 --- build --release --manifest-path tests/riscv32/Cargo.toml --target riscv32imac-unknown-none-elf \
128
129 $BUILD_EXTRA 128 $BUILD_EXTRA
130 129
131 130