Skip to content

Commit

Permalink
Clean up after ourselves.
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanpallant committed Oct 30, 2023
1 parent 75dc9ee commit e1e24d5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions example-code/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,15 @@ set -euo pipefail
# Check the example code
pushd ./native
cargo build --all
cargo clean
popd
# And the C based example
pushd native/ffi/use-rust-in-c
make
make clean
popd
# And the nRF52 examples
pushd ./nrf52/bsp_demo
cargo build
cargo clean
popd

0 comments on commit e1e24d5

Please sign in to comment.