Merge pull request #95 from xoviat/ci

ci: remove ci.sh
This commit is contained in:
xoviat 2021-03-19 09:58:20 -05:00 committed by GitHub
commit 8ac514e1ca
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 10 deletions

View file

@ -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
View file

@ -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)