Commit 5aa2f7d 1 parent f87ba0a commit 5aa2f7d Copy full SHA for 5aa2f7d
File tree 1 file changed +4
-2
lines changed
1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -96,6 +96,9 @@ variables:
96
96
97
97
.build_matter_examples : &build_matter_examples
98
98
- export MATTER_EXAMPLES_PATH=$ESP_MATTER_PATH/connectedhomeip/connectedhomeip/examples
99
+ - cd $ESP_MATTER_PATH/connectedhomeip/connectedhomeip
100
+ # Enter the Matter venv
101
+ - source scripts/activate.sh
99
102
- cd $MATTER_EXAMPLES_PATH/all-clusters-app/esp32
100
103
- idf.py build
101
104
- cd $MATTER_EXAMPLES_PATH/temperature-measurement-app/esp32
@@ -104,8 +107,7 @@ variables:
104
107
- idf.py build
105
108
- cd $MATTER_EXAMPLES_PATH/pigweed-app/esp32
106
109
- idf.py build
107
- - cd $MATTER_EXAMPLES_PATH/persistent-storage/esp32
108
- - idf.py build
110
+ # TODO:Remove persistent-storage example build because of the compilation errors of upstream repo
109
111
110
112
.build_external_platform_example : &build_external_platform_example
111
113
- rm -rf ${ESP_MATTER_PATH}/../platform
You can’t perform that action at this time.
0 commit comments