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
46fc6dbbfd
commit
6b26eb661f
@ -47,7 +47,7 @@ connected24:
|
|||||||
variables:
|
variables:
|
||||||
AVD_SDK: "24"
|
AVD_SDK: "24"
|
||||||
script:
|
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
|
- ./tools/wait-for-emulator
|
||||||
- adb shell input keyevent 82 &
|
- adb shell input keyevent 82 &
|
||||||
- export EXITVALUE=0
|
- export EXITVALUE=0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user