commit
8ac514e1ca
2 changed files with 1 additions and 10 deletions
2
.github/workflows/rust.yml
vendored
2
.github/workflows/rust.yml
vendored
|
@ -106,4 +106,4 @@ jobs:
|
|||
target: thumbv7em-none-eabi
|
||||
override: true
|
||||
- name: Build
|
||||
run: ./ci.sh
|
||||
run: (cd embassy-nrf-examples; cargo build --target thumbv7em-none-eabi --bins)
|
||||
|
|
9
ci.sh
9
ci.sh
|
@ -1,9 +0,0 @@
|
|||
#!/bin/bash
|
||||
|
||||
set -euxo pipefail
|
||||
|
||||
cd $(dirname $0)
|
||||
|
||||
# embassy-nrf
|
||||
|
||||
(cd embassy-nrf-examples; cargo build --target thumbv7em-none-eabi --bins)
|
Loading…
Reference in a new issue