We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e2ac10 commit a5971faCopy full SHA for a5971fa
.github/workflows/examples-linux-standalone.yaml
@@ -228,7 +228,17 @@ jobs:
228
.environment/pigweed-venv/bin/python3 scripts/tools/memory/gh_sizes.py \
229
linux debug fabric-sync \
230
out/linux-x64-fabric-sync-no-ble/fabric-sync \
231
- /tmp/bloat_reports/
+ /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
242
- name: Uploading Size Reports
243
uses: ./.github/actions/upload-size-reports
244
if: ${{ !env.ACT }}
0 commit comments