blob: fd67b75d7c088875edfd2350c4b5c953249e73a4 [file] [log] [blame]
#!/usr/bin/env bash
set -eux
PLATFORM=nrf52 cargo build --release --target=thumbv7em-none-eabi --examples
PLATFORM=nrf52 cargo build --release --target=thumbv7em-none-eabi --examples --features=alloc
PLATFORM=riscv32 cargo build --release --target=riscv32imc-unknown-none-elf --examples # Important for testing: This target does not support atomics