Skip to content

Commit 91abf7c

Browse files
Fix build commands of the apps
1 parent 0589ca4 commit 91abf7c

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.github/workflows/examples-linux-tv-casting-app.yaml

-8
Original file line numberDiff line numberDiff line change
@@ -56,19 +56,11 @@ jobs:
5656

5757
- name: Build Linux tv-app
5858
run: |
59-
# ./scripts/run_in_build_env.sh \
60-
# "scripts/examples/gn_build_example.sh examples/tv-app/linux/ out/tv-app"
61-
62-
# Try using the gn build command instead:
6359
gn gen --check --fail-on-unused-args --root=examples/tv-app/linux out/tv-app '--args=chip_crypto="boringssl" is_asan=true is_clang=true'
6460
ninja -C out/tv-app
6561
6662
- name: Build Linux tv-casting-app
6763
run: |
68-
# ./scripts/run_in_build_env.sh \
69-
# "scripts/examples/gn_build_example.sh examples/tv-casting-app/linux/ out/tv-casting-app chip_casting_simplified=true"
70-
71-
# Try using the gn build command instead:
7264
gn gen --check --fail-on-unused-args --root=examples/tv-casting-app/linux out/tv-casting-app '--args=chip_casting_simplified=true chip_crypto="boringssl" is_asan=true is_clang=true'
7365
ninja -C out/tv-casting-app
7466

0 commit comments

Comments
 (0)