We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c9546e commit 658a2e3Copy full SHA for 658a2e3
2 files changed
.github/workflows/ports_esp32.yml
@@ -25,6 +25,7 @@ jobs:
25
ci_func: # names are functions in ci.sh
26
- esp32_build_cmod_spiram_s2
27
- esp32_build_s3_c3
28
+ - esp32_build_c2_c6
29
runs-on: ubuntu-latest
30
steps:
31
- uses: actions/checkout@v4
tools/ci.sh
@@ -214,6 +214,13 @@ function ci_esp32_build_s3_c3 {
214
make ${MAKEOPTS} -C ports/esp32 BOARD=ESP32_GENERIC_C3
215
}
216
217
+function ci_esp32_build_c2_c6 {
218
+ ci_esp32_build_common
219
+
220
+ make ${MAKEOPTS} -C ports/esp32 BOARD=ESP32_GENERIC_C2
221
+ make ${MAKEOPTS} -C ports/esp32 BOARD=ESP32_GENERIC_C6
222
+}
223
224
########################################################################################
225
# ports/esp8266
226
0 commit comments