Add testautomation to android artifacts

main
Brick 2024-04-05 02:09:15 +01:00 committed by Sam Lantinga
parent 9c2e4f52e6
commit 7f96217c63
1 changed files with 1 additions and 1 deletions

View File

@ -68,7 +68,7 @@ jobs:
- name: Build test apk's (CMake) - name: Build test apk's (CMake)
if: ${{ contains(matrix.platform.name, 'CMake') }} if: ${{ contains(matrix.platform.name, 'CMake') }}
run: | run: |
cmake --build build --config Release --parallel --verbose --target testaudiocapture-apk testcontroller-apk testmultiaudio-apk testsprite-apk cmake --build build --config Release --parallel --verbose --target testautomation-apk testaudiocapture-apk testcontroller-apk testmultiaudio-apk testsprite-apk
- name: Install (CMake) - name: Install (CMake)
if: ${{ contains(matrix.platform.name, 'CMake') }} if: ${{ contains(matrix.platform.name, 'CMake') }}
run: | run: |