Skip to content

Commit a0139bc

Browse files
fix(tests): Add missing files to compilation tests (espressif#10501)
* fix(tests): Add CMakeLists file to compilation tests * fix(tests): Add variant files that are used in compilation * fix(c2): Move C2 as it is only tested as component --------- Co-authored-by: Me No Dev <me-no-dev@users.noreply.github.com>
1 parent 0f5219d commit a0139bc

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.github/workflows/push.yml

+16
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,20 @@ on:
2121
- 'idf_component.yml'
2222
- 'Kconfig.projbuild'
2323
- 'package.json'
24+
- 'CMakeLists.txt'
2425
- '.github/workflows/push.yml'
2526
- '.github/scripts/**'
2627
- '!.github/scripts/find_*'
2728
- '!.github/scripts/on-release.sh'
2829
- '!.github/scripts/tests_*'
2930
- '!.github/scripts/upload_*'
31+
- "variants/esp32/**/*"
32+
- "variants/esp32s2/**/*"
33+
- "variants/esp32s3/**/*"
34+
- "variants/esp32c2/**/*"
35+
- "variants/esp32c3/**/*"
36+
- "variants/esp32c6/**/*"
37+
- "variants/esp32h2/**/*"
3038

3139
concurrency:
3240
group: build-${{github.event.pull_request.number || github.ref}}
@@ -74,6 +82,12 @@ jobs:
7482
- '!tools/platformio-build.py'
7583
- 'platform.txt'
7684
- 'programmers.txt'
85+
- "variants/esp32/**/*"
86+
- "variants/esp32s2/**/*"
87+
- "variants/esp32s3/**/*"
88+
- "variants/esp32c3/**/*"
89+
- "variants/esp32c6/**/*"
90+
- "variants/esp32h2/**/*"
7791
libraries:
7892
- 'libraries/**/examples/**'
7993
- 'libraries/**/src/**'
@@ -92,6 +106,8 @@ jobs:
92106
idf:
93107
- 'idf_component.yml'
94108
- 'Kconfig.projbuild'
109+
- 'CMakeLists.txt'
110+
- "variants/esp32c2/**/*"
95111
platformio:
96112
- 'package.json'
97113
- '.github/scripts/install-platformio-esp32.sh'

0 commit comments

Comments
 (0)