gitlab-ci: Use ARM emulator for API 24 as well
* x86 emulator requires kvm which isn't always available on the GitLab CI runners.
This commit is contained in:
parent
c6f7eefddd
commit
0c4059d053
@ -53,7 +53,7 @@ connected24:
|
||||
variables:
|
||||
AVD_SDK: "24"
|
||||
script:
|
||||
- emulator64-x86 -avd fcl-test-$AVD_SDK -no-skin -no-audio -no-window &
|
||||
- emulator64-arm -avd fcl-test-$AVD_SDK -no-skin -no-audio -no-window &
|
||||
- ./tools/wait-for-emulator
|
||||
- adb shell input keyevent 82 &
|
||||
- export EXITVALUE=0
|
||||
|
Loading…
x
Reference in New Issue
Block a user