2 Commits

Author SHA1 Message Date
mars3142 6647384b4d Update actions/checkout action to v6
Thomas the tank engine - Build the ESP-IDF Project / build (esp32, release-v5.0) (pull_request) Failing after 16s
Thomas the tank engine - Build the ESP-IDF Project / build (esp32, release-v5.1) (pull_request) Failing after 1m32s
Thomas the tank engine - Build the ESP-IDF Project / build (esp32, release-v5.2) (pull_request) Failing after 1m1s
Thomas the tank engine - Build the ESP-IDF Project / build (esp32, release-v5.3) (pull_request) Failing after 1m4s
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 1m34s
Thomas the tank engine - Build the ESP-IDF Project / build (esp32c3, release-v5.2) (pull_request) Failing after 56s
Thomas the tank engine - Build the ESP-IDF Project / build (esp32c3, release-v5.3) (pull_request) Failing after 58s
Thomas the tank engine - Build the ESP-IDF Project / build (esp32c5, release-v5.3) (pull_request) Failing after 56s
Thomas the tank engine - Build the ESP-IDF Project / build (esp32h2, release-v5.1) (pull_request) Failing after 1m30s
Thomas the tank engine - Build the ESP-IDF Project / build (esp32h2, release-v5.2) (pull_request) Failing after 59s
Thomas the tank engine - Build the ESP-IDF Project / build (esp32h2, release-v5.3) (pull_request) Failing after 57s
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 1m33s
Thomas the tank engine - Build the ESP-IDF Project / build (esp32s3, release-v5.2) (pull_request) Failing after 52s
Thomas the tank engine - Build the ESP-IDF Project / build (esp32s3, release-v5.3) (pull_request) Failing after 1m1s
2026-04-19 02:52:45 +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
on:
push:
pull_request:
merge_group:
schedule:
- cron: "0 5 * * 3"
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
build:
strategy:
matrix:
idf_ver: [release-v5.3, release-v5.4, latest]
idf_target: [esp32, esp32s3, esp32c3, esp32c5, esp32h2]
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@v4
uses: actions/checkout@v6
with:
submodules: "recursive"
- name: ESP-IDF build
-1
View File
@@ -5,7 +5,6 @@ sdkconfig.old
# They ignored Idea (Webstorm) completely
.idea/
.cache/
# However, they kept the following 4 files version controlled
.vscode/*
+1 -3
View File
@@ -1,6 +1,4 @@
idf_component_register(SRCS "main.c" "osr_ble.c"
INCLUDE_DIRS "."
PRIV_REQUIRES
nvs_flash
spi_flash
)
nvs_flash)
+3
View File
@@ -0,0 +1,3 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json"
}