Skip to content

Commit a5971fa

Browse files
authored
[CI] Add x86 build check for camera app (#37680)
1 parent 1e2ac10 commit a5971fa

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

.github/workflows/examples-linux-standalone.yaml

+11-1
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,17 @@ jobs:
228228
.environment/pigweed-venv/bin/python3 scripts/tools/memory/gh_sizes.py \
229229
linux debug fabric-sync \
230230
out/linux-x64-fabric-sync-no-ble/fabric-sync \
231-
/tmp/bloat_reports/
231+
/tmp/bloat_reports/
232+
- name: Build example Camera App
233+
run: |
234+
./scripts/run_in_build_env.sh \
235+
"./scripts/build/build_examples.py \
236+
--target linux-x64-camera \
237+
build"
238+
.environment/pigweed-venv/bin/python3 scripts/tools/memory/gh_sizes.py \
239+
linux debug camera-app \
240+
out/linux-x64-camera/chip-camera-app \
241+
/tmp/bloat_reports/
232242
- name: Uploading Size Reports
233243
uses: ./.github/actions/upload-size-reports
234244
if: ${{ !env.ACT }}

0 commit comments

Comments
 (0)