Skip to content

Commit a51c8a7

Browse files
committed
feat(ci): Run sketches on ESP32-C5
1 parent 66bac22 commit a51c8a7

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/scripts/on-push.sh

+1
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@ if [ "$BUILD_LOG" -eq 1 ]; then
9090
fi
9191

9292
#build sketches for different targets
93+
build "esp32c5" "$CHUNK_INDEX" "$CHUNKS_CNT" "$BUILD_LOG" "$LOG_LEVEL" "$SKETCHES_FILE" "${SKETCHES_ESP32[@]}"
9394
build "esp32p4" "$CHUNK_INDEX" "$CHUNKS_CNT" "$BUILD_LOG" "$LOG_LEVEL" "$SKETCHES_FILE" "${SKETCHES_ESP32[@]}"
9495
build "esp32s3" "$CHUNK_INDEX" "$CHUNKS_CNT" "$BUILD_LOG" "$LOG_LEVEL" "$SKETCHES_FILE" "${SKETCHES_ESP32[@]}"
9596
build "esp32s2" "$CHUNK_INDEX" "$CHUNKS_CNT" "$BUILD_LOG" "$LOG_LEVEL" "$SKETCHES_FILE" "${SKETCHES_ESP32[@]}"

.github/workflows/push.yml

+1
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ on:
5151
- "variants/esp32c3/**/*"
5252
- "variants/esp32c6/**/*"
5353
- "variants/esp32h2/**/*"
54+
- "variants/esp32c5/**/*"
5455

5556
concurrency:
5657
group: build-${{github.event.pull_request.number || github.ref}}

0 commit comments

Comments
 (0)