Skip to content

Commit

Permalink
Add contact sensor app (with UI) to linux CI (#25254)
Browse files Browse the repository at this point in the history
* Build contact sensor app on linux

* Also switch light app build to compile the UI variant

* Fix path for example app
  • Loading branch information
andy31415 authored and pull[bot] committed Dec 13, 2023
1 parent d1314fc commit 2293808
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions .github/workflows/examples-linux-standalone.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -157,16 +157,16 @@ jobs:
linux debug tv-casting-app \
out/linux-x64-tv-casting-app/chip-tv-casting-app \
/tmp/bloat_reports/
- name: Build example lighting app with RPCs
- name: Build example lighting app with RPCs and UI
timeout-minutes: 10
run: |
./scripts/run_in_build_env.sh \
"./scripts/build/build_examples.py \
--target linux-x64-light-rpc \
--target linux-x64-light-rpc-with-ui \
build"
.environment/pigweed-venv/bin/python3 scripts/tools/memory/gh_sizes.py \
linux debug+rpc lighting-app \
out/linux-x64-light-rpc/chip-lighting-app \
linux debug+rpc+ui lighting-app \
out/linux-x64-light-rpc-with-ui/chip-lighting-app \
/tmp/bloat_reports/
- name: Build example Standalone Bridge
timeout-minutes: 10
Expand Down Expand Up @@ -212,7 +212,12 @@ jobs:
linux debug lock-app \
out/linux-x64-lock/chip-lock-app \
/tmp/bloat_reports/
- name: Build example contact sensor with UI
run: |
./scripts/run_in_build_env.sh \
"./scripts/build/build_examples.py \
--target linux-x64-contact-sensor-no-ble-with-ui \
build"
- name: Uploading Size Reports
uses: actions/upload-artifact@v3
if: ${{ !env.ACT }}
Expand Down

0 comments on commit 2293808

Please sign in to comment.