CI: switch to android-24 emulator

This commit is contained in:
Daniel Martí 2016-07-10 01:32:48 +01:00
parent f17482f1eb
commit 43c063d67e

View File

@ -1,4 +1,4 @@
image: mvdan/fdroid-ci:client-20160706 image: mvdan/fdroid-ci:client-20160709
cache: cache:
paths: paths:
@ -47,12 +47,12 @@ connected10:
- exit $EXITVALUE - exit $EXITVALUE
allow_failure: true # remove once install segfaults are gone allow_failure: true # remove once install segfaults are gone
connected23: connected24:
variables: variables:
AVD_SDK: "23" AVD_SDK: "24"
script: script:
- export GRADLE_USER_HOME=$PWD/.gradle - export GRADLE_USER_HOME=$PWD/.gradle
- emulator64-arm -avd fcl-test-$AVD_SDK -no-skin -no-audio -no-window & - emulator64-x86 -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