mirror of
https://github.com/esp-rs/esp-idf-hal.git
synced 2025-10-01 06:11:16 +00:00
Fiox CI for ESP IDF master
This commit is contained in:
parent
2e7b0688a9
commit
50fd4e2a97
5
.github/workflows/ci-esp-idf-master.yml
vendored
5
.github/workflows/ci-esp-idf-master.yml
vendored
@ -1,6 +1,9 @@
|
|||||||
name: CIEspIdfMaster
|
name: CIEspIdfMaster
|
||||||
|
|
||||||
on:
|
on:
|
||||||
|
push:
|
||||||
|
branches:
|
||||||
|
- master
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
schedule:
|
schedule:
|
||||||
- cron: '50 5 * * *'
|
- cron: '50 5 * * *'
|
||||||
@ -26,4 +29,4 @@ jobs:
|
|||||||
run: cargo fmt -- --check
|
run: cargo fmt -- --check
|
||||||
|
|
||||||
- name: Build | Compile Native ESP-IDF master no_std
|
- 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 --target riscv32imc-esp-espidf -Zbuild-std=std,panic_abort -Zbuild-std-features=panic_immediate_abort
|
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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user