Build improvements (#250)

- Fix case for board configs
-  CMake now only builds a single board instead of all boards for the selected SOC. This makes it quicker to compile a single firmware.
This commit is contained in:
Ken Van Hoeylandt
2025-03-16 22:04:03 +01:00
committed by GitHub
parent 7f33364bf4
commit ebd2c7c6f9
18 changed files with 91 additions and 75 deletions
+6 -6
View File
@@ -9,23 +9,23 @@ on:
permissions: read-all
jobs:
cyd-2432S024c:
cyd-2432s024c:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: "Build"
uses: ./.github/actions/build-firmware
with:
board_id: cyd-2432S024c
board_id: cyd-2432s024c
arch: esp32
cyd-2432S032c:
cyd-2432s032c:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: "Build"
uses: ./.github/actions/build-firmware
with:
board_id: cyd-2432S032c
board_id: cyd-2432s032c
arch: esp32
cyd-jc2432w328c:
runs-on: ubuntu-latest
@@ -36,14 +36,14 @@ jobs:
with:
board_id: cyd-jc2432w328c
arch: esp32
cyd-8048S043c:
cyd-8048s043c:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: "Build"
uses: ./.github/actions/build-firmware
with:
board_id: cyd-8048S043c
board_id: cyd-8048s043c
arch: esp32s3
cyd-jc8048w550c:
runs-on: ubuntu-latest
+1 -1
View File
@@ -16,7 +16,7 @@ jobs:
- name: "Build"
uses: ./.github/actions/build-sdk
with:
board_id: cyd-2432S024c
board_id: cyd-2432s024c
arch: esp32
esp32s3:
runs-on: ubuntu-latest