Files
firmware_thomas_the_tank_en…/.github/workflows/esp32_build.yml
T
mars3142 c0f6a1ce16
Thomas the tank engine - Build the ESP-IDF Project / build (esp32, release-v5.0) (pull_request) Failing after 3m3s
Thomas the tank engine - Build the ESP-IDF Project / build (esp32, release-v5.1) (pull_request) Failing after 1m29s
Thomas the tank engine - Build the ESP-IDF Project / build (esp32, release-v5.2) (pull_request) Failing after 1m51s
Thomas the tank engine - Build the ESP-IDF Project / build (esp32, release-v5.3) (pull_request) Failing after 2m6s
Thomas the tank engine - Build the ESP-IDF Project / build (esp32c3, release-v5.0) (pull_request) Failing after 14s
Thomas the tank engine - Build the ESP-IDF Project / build (esp32c3, release-v5.1) (pull_request) Failing after 1m31s
Thomas the tank engine - Build the ESP-IDF Project / build (esp32c3, release-v5.2) (pull_request) Failing after 1m43s
Thomas the tank engine - Build the ESP-IDF Project / build (esp32c3, release-v5.3) (pull_request) Failing after 1m44s
Thomas the tank engine - Build the ESP-IDF Project / build (esp32c5, release-v5.3) (pull_request) Failing after 1m54s
Thomas the tank engine - Build the ESP-IDF Project / build (esp32h2, release-v5.1) (pull_request) Failing after 1m27s
Thomas the tank engine - Build the ESP-IDF Project / build (esp32s3, release-v5.0) (pull_request) Failing after 15s
Thomas the tank engine - Build the ESP-IDF Project / build (esp32s3, release-v5.1) (pull_request) Failing after 49s
Thomas the tank engine - Build the ESP-IDF Project / build (esp32s3, release-v5.2) (pull_request) Failing after 49s
Thomas the tank engine - Build the ESP-IDF Project / build (esp32s3, release-v5.3) (pull_request) Failing after 15s
Thomas the tank engine - Build the ESP-IDF Project / build (esp32h2, release-v5.3) (pull_request) Failing after 14m56s
Thomas the tank engine - Build the ESP-IDF Project / build (esp32h2, release-v5.2) (pull_request) Failing after 18m20s
Update actions/checkout action to v7
2026-06-18 15:17:51 +00:00

32 lines
761 B
YAML

name: Thomas the tank engine - Build the ESP-IDF Project
on:
pull_request:
merge_group:
jobs:
build:
strategy:
matrix:
idf_ver: [release-v5.0, release-v5.1, release-v5.2, release-v5.3]
idf_target: [esp32, esp32s3, esp32c3, esp32h2]
include:
- idf_ver: release-v5.3
idf_target: esp32c5
exclude:
- idf_ver: release-v5.0
idf_target: esp32h2
runs-on: ubuntu-latest
steps:
- name: Checkout repo
uses: actions/checkout@v7
with:
submodules: "recursive"
- name: ESP-IDF build
uses: espressif/esp-idf-ci-action@v1
with:
esp_idf_version: ${{ matrix.idf_ver }}
target: ${{ matrix.idf_target }}