Skip to content

Commit

Permalink
Move .cargo/config to examples. Fixes #24
Browse files Browse the repository at this point in the history
  • Loading branch information
Dirbaio committed Dec 16, 2020
1 parent 7d73e87 commit f72fc32
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion test-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ set -euxo pipefail
# build examples
#==================

cargo build --target thumbv7em-none-eabihf -p nrf-softdevice-examples --features cortex-m-rtic --bins
(cd examples; cargo build --target thumbv7em-none-eabihf --features cortex-m-rtic --bins)


# build with log/defmt combinations
Expand Down

0 comments on commit f72fc32

Please sign in to comment.