esp-idf as default framework

This commit is contained in:
Edward Firmo
2024-02-16 19:43:34 +01:00
parent edf8c22409
commit 41613e2af1
19 changed files with 81 additions and 115 deletions

View File

@@ -30,8 +30,8 @@ jobs:
fetch-depth: '0'
- name: Validate nspanel_esphome.yaml
run: yamllint -c "./.rules/yamllint.yml" nspanel_esphome.yaml
- name: Validate nspanel_esphome_core.yaml
run: yamllint -c "./.rules/yamllint.yml" advanced/esphome/nspanel_esphome_core.yaml
- name: Validate nspanel_esphome_basic.yaml
run: yamllint -c "./.rules/yamllint.yml" advanced/esphome/nspanel_esphome_basic.yaml
- name: Validate nspanel_esphome_addon_upload_tft.yaml
run: yamllint -c "./.rules/yamllint.yml" advanced/esphome/nspanel_esphome_addon_upload_tft.yaml
- name: Validate nspanel_esphome_advanced.yaml
@@ -130,8 +130,8 @@ jobs:
with:
yaml_file: "./.test/esphome_advanced_climate_heat.yaml"
build_climate_cool_advanced_esp_idf:
name: esp-idf & Bluetooth proxy
build_climate_cool_advanced_arduino:
name: Arduino
runs-on: "ubuntu-latest"
needs:
- build_climate_cool
@@ -140,10 +140,10 @@ jobs:
- uses: actions/checkout@v4.1.0
with:
fetch-depth: '0'
- name: Build core+advanced+climate_cool+esp_idf
- name: Build core+advanced+climate_cool+arduino
uses: esphome/build-action@v1.8.0
with:
yaml_file: "./.test/esphome_advanced_climate_cool_esp_idf.yaml"
yaml_file: "./.test/esphome_advanced_climate_cool_arduino.yaml"
build_climate_dual_esp_idf5:
name: esp-idf v5 & Climate Dual & Bluetooth proxy
@@ -165,7 +165,6 @@ jobs:
runs-on: "ubuntu-latest"
needs:
- build_climate_heat_advanced
- build_climate_cool_advanced_esp_idf
steps:
- uses: actions/checkout@v4.1.0
with: