mirror of
https://github.com/esp-rs/esp-idf-hal.git
synced 2025-09-28 04:41:02 +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
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
workflow_dispatch:
|
||||
schedule:
|
||||
- cron: '50 5 * * *'
|
||||
@ -26,4 +29,4 @@ jobs:
|
||||
run: cargo fmt -- --check
|
||||
|
||||
- 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