Compare commits
2
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
c0f6a1ce16 | ||
|
|
2ab3c8c329 |
@@ -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
|
||||||
|
|||||||
@@ -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
@@ -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
|
|
||||||
)
|
|
||||||
|
|||||||
@@ -0,0 +1,3 @@
|
|||||||
|
{
|
||||||
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json"
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user