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:
Chirayu Desai 2017-03-16 15:41:42 +05:30
parent c6f7eefddd
commit 0c4059d053

View File

@ -53,7 +53,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