|
73 | 73 | "./scripts/build/build_examples.py --target android-arm-chip-tool build"
|
74 | 74 | - name: Clean out build output
|
75 | 75 | run: rm -rf ./out examples/android/CHIPTool/app/libs/jniLibs/* examples/android/CHIPTool/app/libs/*.jar
|
76 |
| - - name: Build Android arm-tv-casting-app |
77 |
| - run: | |
78 |
| - ./scripts/run_in_build_env.sh \ |
79 |
| - "./scripts/build/build_examples.py --target android-arm-tv-casting-app build" |
80 |
| - - name: Clean out build output |
81 |
| - run: rm -rf ./out examples/tv-casting-app/android/App/app/libs/jniLibs/* examples/tv-casting-app/android/App/app/libs/*.jar |
82 |
| - - name: Build Android arm-tv-server |
83 |
| - run: | |
84 |
| - ./scripts/run_in_build_env.sh \ |
85 |
| - "./scripts/build/build_examples.py --target android-arm-tv-server build" |
86 |
| - - name: Clean out build output |
87 |
| - run: rm -rf ./out examples/tv-app/android/App/app/libs/jniLibs/* examples/tv-app/android/App/app/libs/*.jar |
88 |
| - - name: Build Android arm64-tv-casting-app |
89 |
| - run: | |
90 |
| - ./scripts/run_in_build_env.sh \ |
91 |
| - "./scripts/build/build_examples.py --target android-arm64-tv-casting-app build" |
92 |
| - - name: Clean out build output |
93 |
| - run: rm -rf ./out examples/tv-casting-app/android/app/libs/jniLibs/* examples/android/CHIPTool/app/libs/*.jar |
94 |
| - - name: Build Android arm64-tv-server |
95 |
| - run: | |
96 |
| - ./scripts/run_in_build_env.sh \ |
97 |
| - "./scripts/build/build_examples.py --target android-arm64-tv-server build" |
98 |
| - - name: Clean out build output |
99 |
| - run: rm -rf ./out examples/tv-app/android/App/app/libs/jniLibs/* examples/tv-app/android/App/app/libs/*.jar |
100 | 76 | - name: Build Android arm64-chip-tool
|
101 | 77 | run: |
|
102 | 78 | ./scripts/run_in_build_env.sh \
|
|
0 commit comments