Skip to content

Commit 10f6bd9

Browse files
cliffamznpull[bot]
authored andcommitted
Adding builds for tv casting/server on PRs (#25698)
We want to ensure the example casting and server app are built on every PR to ensure it doesn't break due to API changes. Enabling that here in the smoke tests.
1 parent e77f52c commit 10f6bd9

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/smoketest-android.yaml

+8
Original file line numberDiff line numberDiff line change
@@ -82,3 +82,11 @@ jobs:
8282
run: |
8383
./scripts/run_in_build_env.sh \
8484
"ninja -C out/android-arm64-chip-tool build/chip/java/tests:java_build_test"
85+
- name: Build Android arm64-tv-casting-app
86+
run: |
87+
./scripts/run_in_build_env.sh \
88+
"./scripts/build/build_examples.py --target android-arm64-tv-casting-app build"
89+
- name: Build Android arm64-tv-server
90+
run: |
91+
./scripts/run_in_build_env.sh \
92+
"./scripts/build/build_examples.py --target android-arm64-tv-server build"

0 commit comments

Comments
 (0)