@@ -85,21 +85,18 @@ jobs:
85
85
.environment/pigweed-venv/*.log
86
86
87
87
- name : Build Standalone cert tool
88
- timeout-minutes : 10
89
88
run : |
90
89
./scripts/run_in_build_env.sh \
91
90
"./scripts/build/build_examples.py \
92
91
--target linux-x64-chip-cert \
93
92
build"
94
93
- name : Build minmdns example with platform dns
95
- timeout-minutes : 10
96
94
run : |
97
95
./scripts/run_in_build_env.sh \
98
96
"./scripts/build/build_examples.py \
99
97
--target linux-x64-address-resolve-tool-platform-mdns-ipv6only \
100
98
build"
101
99
- name : Build example Standalone chip tool
102
- timeout-minutes : 10
103
100
run : |
104
101
./scripts/run_in_build_env.sh \
105
102
"./scripts/build/build_examples.py \
@@ -110,7 +107,6 @@ jobs:
110
107
out/linux-x64-chip-tool/chip-tool \
111
108
/tmp/bloat_reports/
112
109
- name : Build example Standalone Shell
113
- timeout-minutes : 10
114
110
run : |
115
111
./scripts/run_in_build_env.sh \
116
112
"./scripts/build/build_examples.py \
@@ -121,7 +117,6 @@ jobs:
121
117
out/linux-x64-shell/chip-shell \
122
118
/tmp/bloat_reports/
123
119
- name : Build example Standalone All Clusters Server
124
- timeout-minutes : 10
125
120
run : |
126
121
./scripts/run_in_build_env.sh \
127
122
"./scripts/build/build_examples.py \
@@ -132,7 +127,6 @@ jobs:
132
127
out/linux-x64-all-clusters/chip-all-clusters-app \
133
128
/tmp/bloat_reports/
134
129
- name : Build example Standalone All Clusters Minimal Server
135
- timeout-minutes : 10
136
130
run : |
137
131
./scripts/run_in_build_env.sh \
138
132
"./scripts/build/build_examples.py \
@@ -143,7 +137,6 @@ jobs:
143
137
out/linux-x64-all-clusters-minimal/chip-all-clusters-minimal-app \
144
138
/tmp/bloat_reports/
145
139
- name : Build example TV app
146
- timeout-minutes : 10
147
140
run : |
148
141
./scripts/run_in_build_env.sh \
149
142
"./scripts/build/build_examples.py \
@@ -154,7 +147,6 @@ jobs:
154
147
out/linux-x64-tv-app/chip-tv-app \
155
148
/tmp/bloat_reports/
156
149
- name : Build example Standalone TV Casting App
157
- timeout-minutes : 10
158
150
run : |
159
151
./scripts/run_in_build_env.sh \
160
152
"./scripts/build/build_examples.py \
@@ -165,7 +157,6 @@ jobs:
165
157
out/linux-x64-tv-casting-app/chip-tv-casting-app \
166
158
/tmp/bloat_reports/
167
159
- name : Build example lighting app with RPCs and UI
168
- timeout-minutes : 10
169
160
run : |
170
161
./scripts/run_in_build_env.sh \
171
162
"./scripts/build/build_examples.py \
@@ -176,7 +167,6 @@ jobs:
176
167
out/linux-x64-light-rpc-with-ui/chip-lighting-app \
177
168
/tmp/bloat_reports/
178
169
- name : Build example Standalone Bridge
179
- timeout-minutes : 10
180
170
run : |
181
171
./scripts/run_in_build_env.sh \
182
172
"./scripts/build/build_examples.py \
@@ -187,7 +177,6 @@ jobs:
187
177
out/linux-x64-bridge/chip-bridge-app \
188
178
/tmp/bloat_reports/
189
179
- name : Build example OTA Provider
190
- timeout-minutes : 10
191
180
run : |
192
181
./scripts/run_in_build_env.sh \
193
182
"./scripts/build/build_examples.py \
@@ -198,7 +187,6 @@ jobs:
198
187
out/linux-x64-ota-provider/chip-ota-provider-app \
199
188
/tmp/bloat_reports/
200
189
- name : Build example OTA Requestor
201
- timeout-minutes : 10
202
190
run : |
203
191
./scripts/run_in_build_env.sh \
204
192
"./scripts/build/build_examples.py \
@@ -209,7 +197,6 @@ jobs:
209
197
out/linux-x64-ota-requestor/chip-ota-requestor-app \
210
198
/tmp/bloat_reports/
211
199
- name : Build example Standalone Lock App
212
- timeout-minutes : 10
213
200
run : |
214
201
./scripts/run_in_build_env.sh \
215
202
"./scripts/build/build_examples.py \
0 commit comments