embassy/ci.sh

9 lines
140 B
Bash
Raw Normal View History

2020-10-31 23:03:46 +01:00
#!/bin/bash
set -euxo pipefail
2021-03-18 02:03:43 +01:00
cd $(dirname $0)
# embassy-nrf
2021-03-19 09:09:56 -05:00
(cd embassy-nrf-examples; cargo build --target thumbv7em-none-eabi --bins)