mirror of
https://github.com/esp-rs/esp-idf-hal.git
synced 2025-09-28 12:51:04 +00:00
Build examples with ESP IDF master
This commit is contained in:
parent
50fd4e2a97
commit
e9a0f10fa1
3
.github/workflows/ci-esp-idf-master.yml
vendored
3
.github/workflows/ci-esp-idf-master.yml
vendored
@ -30,3 +30,6 @@ jobs:
|
||||
|
||||
- name: Build | Compile Native ESP-IDF master no_std
|
||||
run: export RUSTFLAGS="--cfg espidf_time64"; export ESP_IDF_VERSION=master; export ESP_IDF_SDKCONFIG_DEFAULTS=$(pwd)/.github/configs/sdkconfig.defaults; cargo clean; cargo build --no-default-features --features esp-idf-sys --target riscv32imc-esp-espidf -Zbuild-std=std,panic_abort -Zbuild-std-features=panic_immediate_abort
|
||||
|
||||
- name: Build | Compile Native ESP-IDF master examples
|
||||
run: export RUSTFLAGS="--cfg espidf_time64"; export ESP_IDF_VERSION=master; export ESP_IDF_SDKCONFIG_DEFAULTS=$(pwd)/.github/configs/sdkconfig.defaults; cargo clean; cargo build --examples --features esp-idf-sys --target riscv32imc-esp-espidf -Zbuild-std=std,panic_abort -Zbuild-std-features=panic_immediate_abort
|
||||
|
Loading…
x
Reference in New Issue
Block a user