Skip to content

Commit 336d463

Browse files
committed
tools/ci.sh: Build ESP32_GENERIC_C5 as part of esp32 CI.
Signed-off-by: Damien George <[email protected]>
1 parent 30c74fc commit 336d463

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/ports_esp32.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
ci_func: # names are functions in ci.sh
3030
- esp32_build_cmod_spiram_s2
3131
- esp32_build_s3_c3
32-
- esp32_build_c2_c6
32+
- esp32_build_c2_c5_c6
3333
runs-on: ubuntu-latest
3434
steps:
3535
- uses: actions/checkout@v5

tools/ci.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,10 +237,11 @@ function ci_esp32_build_s3_c3 {
237237
make ${MAKEOPTS} -C ports/esp32 BOARD=ESP32_GENERIC_C3
238238
}
239239

240-
function ci_esp32_build_c2_c6 {
240+
function ci_esp32_build_c2_c5_c6 {
241241
ci_esp32_build_common
242242

243243
make ${MAKEOPTS} -C ports/esp32 BOARD=ESP32_GENERIC_C2
244+
make ${MAKEOPTS} -C ports/esp32 BOARD=ESP32_GENERIC_C5
244245
make ${MAKEOPTS} -C ports/esp32 BOARD=ESP32_GENERIC_C6
245246
}
246247

0 commit comments

Comments
 (0)