|
31 | 31 | - "!libraries/**.properties"
|
32 | 32 | - "!libraries/**.py"
|
33 | 33 | - "package/**"
|
| 34 | + - "idf_component_examples/**" |
34 | 35 | - "tools/**.py"
|
35 | 36 | - "platform.txt"
|
36 | 37 | - "programmers.txt"
|
@@ -125,6 +126,7 @@ jobs:
|
125 | 126 | - 'Kconfig.projbuild'
|
126 | 127 | - 'CMakeLists.txt'
|
127 | 128 | - "variants/esp32c2/**/*"
|
| 129 | + - "idf_component_examples/**" |
128 | 130 |
|
129 | 131 | - name: Set chunks
|
130 | 132 | id: set-chunks
|
@@ -271,11 +273,7 @@ jobs:
|
271 | 273 | env:
|
272 | 274 | IDF_TARGET: ${{ matrix.idf_target }}
|
273 | 275 | shell: bash
|
274 | | - run: | |
275 | | - . ${IDF_PATH}/export.sh |
276 | | - idf.py -C ./components/arduino-esp32/idf_component_examples/hello_world -DEXTRA_COMPONENT_DIRS=$PWD/components build |
277 | | - idf.py -C ./components/arduino-esp32/idf_component_examples/hw_cdc_hello_world -DEXTRA_COMPONENT_DIRS=$PWD/components build |
278 | | - idf.py -C ./components/arduino-esp32/idf_component_examples/esp_matter_light -DEXTRA_COMPONENT_DIRS=$PWD/components build |
| 276 | + run: ./components/arduino-esp32/.github/scripts/on-push-idf.sh |
279 | 277 |
|
280 | 278 | # Save artifacts to gh-pages
|
281 | 279 | save-master-artifacts:
|
|
0 commit comments