Skip to content

Commit

Permalink
update ci to install esp toolchain
Browse files Browse the repository at this point in the history
AdinAck committed Jul 13, 2024
1 parent 96a0658 commit 799232f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions ci.sh
Original file line number Diff line number Diff line change
@@ -31,6 +31,11 @@ $cwd/target/release/cargo-embassy embassy init test-nrf52832 --chip nrf52832-xxa
$cwd/target/release/cargo-embassy embassy init test-esp32c3 --chip esp32c3
$cwd/target/release/cargo-embassy embassy init test-esp32s3 --chip esp32s3

# esp toolchain
cargo install espup
espup install
. $HOME/export-esp.sh

# compile
cd test-stm32g0; cargo build; cargo build --no-default-features --release
cd ../test-stm32g4; cargo build; cargo build --no-default-features --release

0 comments on commit 799232f

Please sign in to comment.