We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd4b325 commit 8d1893fCopy full SHA for 8d1893f
.github/workflows/push.yml
@@ -273,9 +273,9 @@ jobs:
273
shell: bash
274
run: |
275
. ${IDF_PATH}/export.sh
276
- idf.py create-project test
277
- echo CONFIG_FREERTOS_HZ=1000 > test/sdkconfig.defaults
278
- idf.py -C test -DEXTRA_COMPONENT_DIRS=$PWD/components build
+ idf.py -C ./components/arduino-esp32/idf_component_examples/hello_world -DEXTRA_COMPONENT_DIRS=$PWD/components build
+ idf.py -C ./components/arduino-esp32/idf_component_examples/hw_cdc_hello_world -DEXTRA_COMPONENT_DIRS=$PWD/components build
+ idf.py -C ./components/arduino-esp32/idf_component_examples/esp_matter_light -DEXTRA_COMPONENT_DIRS=$PWD/components build
279
280
# Save artifacts to gh-pages
281
save-master-artifacts:
0 commit comments