ci: rm ci.sh
This commit is contained in:
parent
d820135f0e
commit
e3686ab784
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
|
target: thumbv7em-none-eabi
|
||||||
override: true
|
override: true
|
||||||
- name: Build
|
- 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…
Add table
Add a link
Reference in a new issue