Skip to content

Commit

Permalink
Adding builds for tv casting/server on PRs (#25698)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
cliffamzn authored and pull[bot] committed Sep 7, 2023
1 parent 61a50e5 commit 2f58308
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/smoketest-android.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,3 +82,11 @@ jobs:
run: |
./scripts/run_in_build_env.sh \
"ninja -C out/android-arm64-chip-tool build/chip/java/tests:java_build_test"
- name: Build Android arm64-tv-casting-app
run: |
./scripts/run_in_build_env.sh \
"./scripts/build/build_examples.py --target android-arm64-tv-casting-app build"
- name: Build Android arm64-tv-server
run: |
./scripts/run_in_build_env.sh \
"./scripts/build/build_examples.py --target android-arm64-tv-server build"

0 comments on commit 2f58308

Please sign in to comment.