Author SHA1 Message Date
mars3142 c0f6a1ce16 Update actions/checkout action to v7
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
2026-06-18 15:17:51 +00:00
mars3142 2ab3c8c329 Add renovate.json
Thomas the tank engine - Build the ESP-IDF Project / build (esp32, release-v5.0) (pull_request) Failing after 2m28s
Thomas the tank engine - Build the ESP-IDF Project / build (esp32, release-v5.1) (pull_request) Failing after 50s
Thomas the tank engine - Build the ESP-IDF Project / build (esp32, release-v5.2) (pull_request) Failing after 52s
Thomas the tank engine - Build the ESP-IDF Project / build (esp32, release-v5.3) (pull_request) Failing after 57s
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 48s
Thomas the tank engine - Build the ESP-IDF Project / build (esp32c3, release-v5.2) (pull_request) Failing after 50s
Thomas the tank engine - Build the ESP-IDF Project / build (esp32c3, release-v5.3) (pull_request) Failing after 59s
Thomas the tank engine - Build the ESP-IDF Project / build (esp32c5, release-v5.3) (pull_request) Failing after 55s
Thomas the tank engine - Build the ESP-IDF Project / build (esp32h2, release-v5.1) (pull_request) Failing after 45s
Thomas the tank engine - Build the ESP-IDF Project / build (esp32h2, release-v5.2) (pull_request) Failing after 48s
Thomas the tank engine - Build the ESP-IDF Project / build (esp32h2, release-v5.3) (pull_request) Failing after 50s
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 47s
Thomas the tank engine - Build the ESP-IDF Project / build (esp32s3, release-v5.2) (pull_request) Failing after 48s
Thomas the tank engine - Build the ESP-IDF Project / build (esp32s3, release-v5.3) (pull_request) Failing after 51s
2026-04-18 22:43:39 +00:00
5 changed files with 13 additions and 14 deletions
+9 -10
View File
@@ -1,28 +1,27 @@
name: Thomas the tank engine - Build the ESP-IDF Project name: Thomas the tank engine - Build the ESP-IDF Project
on: on:
push:
pull_request: pull_request:
merge_group: merge_group:
schedule:
- cron: "0 5 * * 3"
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs: jobs:
build: build:
strategy: strategy:
matrix: matrix:
idf_ver: [release-v5.3, release-v5.4, latest] idf_ver: [release-v5.0, release-v5.1, release-v5.2, release-v5.3]
idf_target: [esp32, esp32s3, esp32c3, esp32c5, esp32h2] 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 runs-on: ubuntu-latest
steps: steps:
- name: Checkout repo - name: Checkout repo
uses: actions/checkout@v4 uses: actions/checkout@v7
with: with:
submodules: "recursive" submodules: "recursive"
- name: ESP-IDF build - name: ESP-IDF build
-1
View File
@@ -5,7 +5,6 @@ sdkconfig.old
# They ignored Idea (Webstorm) completely # They ignored Idea (Webstorm) completely
.idea/ .idea/
.cache/
# However, they kept the following 4 files version controlled # However, they kept the following 4 files version controlled
.vscode/* .vscode/*
+1 -3
View File
@@ -1,6 +1,4 @@
idf_component_register(SRCS "main.c" "osr_ble.c" idf_component_register(SRCS "main.c" "osr_ble.c"
INCLUDE_DIRS "." INCLUDE_DIRS "."
PRIV_REQUIRES PRIV_REQUIRES
nvs_flash nvs_flash)
spi_flash
)
+3
View File
@@ -0,0 +1,3 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json"
}