mirror of
https://github.com/micropython/micropython.git
synced 2025-12-16 01:40:14 +01:00
tools/ci.sh: Build ESP32_GENERIC_C5 as part of esp32 CI.
Signed-off-by: Damien George <damien@micropython.org>
This commit is contained in:
2
.github/workflows/ports_esp32.yml
vendored
2
.github/workflows/ports_esp32.yml
vendored
@@ -29,7 +29,7 @@ jobs:
|
||||
ci_func: # names are functions in ci.sh
|
||||
- esp32_build_cmod_spiram_s2
|
||||
- esp32_build_s3_c3
|
||||
- esp32_build_c2_c6
|
||||
- esp32_build_c2_c5_c6
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v5
|
||||
|
||||
@@ -237,10 +237,11 @@ function ci_esp32_build_s3_c3 {
|
||||
make ${MAKEOPTS} -C ports/esp32 BOARD=ESP32_GENERIC_C3
|
||||
}
|
||||
|
||||
function ci_esp32_build_c2_c6 {
|
||||
function ci_esp32_build_c2_c5_c6 {
|
||||
ci_esp32_build_common
|
||||
|
||||
make ${MAKEOPTS} -C ports/esp32 BOARD=ESP32_GENERIC_C2
|
||||
make ${MAKEOPTS} -C ports/esp32 BOARD=ESP32_GENERIC_C5
|
||||
make ${MAKEOPTS} -C ports/esp32 BOARD=ESP32_GENERIC_C6
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user