File tree Expand file tree Collapse file tree 2 files changed +5
-6
lines changed Expand file tree Collapse file tree 2 files changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: Sizes Results
2
2
3
3
on :
4
4
workflow_run :
5
- workflows : [Compilation Test ]
5
+ workflows : [Compilation Tests ]
6
6
types :
7
7
- completed
8
8
Original file line number Diff line number Diff line change 1
- name : Compilation Test
1
+ name : Compilation Tests
2
2
3
3
on :
4
4
workflow_dispatch :
16
16
- ' !libraries/**.py'
17
17
- ' package/**'
18
18
- ' tools/**.py'
19
- - ' idf_component_examples/**'
20
- - ' !idf_component_examples/**.md'
21
19
- ' platform.txt'
22
20
- ' programmers.txt'
23
21
- ' idf_component.yml'
89
87
idf:
90
88
- 'idf_component.yml'
91
89
- 'Kconfig.projbuild'
92
- - 'idf_component_examples/**'
93
90
platformio:
94
91
- 'package.json'
95
92
- '.github/scripts/install-platformio-esp32.sh'
@@ -301,7 +298,9 @@ jobs:
301
298
shell : bash
302
299
run : |
303
300
. ${IDF_PATH}/export.sh
304
- idf.py -C components/arduino-esp32/idf_component_examples/Hello_world -DEXTRA_COMPONENT_DIRS=$PWD/components build
301
+ idf.py create-project test
302
+ echo CONFIG_FREERTOS_HZ=1000 > test/sdkconfig.defaults
303
+ idf.py -C test -DEXTRA_COMPONENT_DIRS=$PWD/components build
305
304
306
305
# Save artifacts to gh-pages
307
306
save-master-artifacts :
You can’t perform that action at this time.
0 commit comments