mirror of https://github.com/libsdl-org/SDL
Add testautomation to android artifacts
This commit is contained in:
parent
9c2e4f52e6
commit
7f96217c63
|
@ -68,7 +68,7 @@ jobs:
|
|||
- name: Build test apk's (CMake)
|
||||
if: ${{ contains(matrix.platform.name, 'CMake') }}
|
||||
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)
|
||||
if: ${{ contains(matrix.platform.name, 'CMake') }}
|
||||
run: |
|
||||
|
|
Loading…
Reference in New Issue