try to get emulator running

This commit is contained in:
Christian Schabesberger 2015-12-01 23:48:41 +01:00
parent 520f40d862
commit cf2ef0f2a8
1 changed files with 11 additions and 0 deletions

View File

@ -19,3 +19,14 @@ android:
# Emulators
- sys-img-x86-android-23
- sys-img-x86-android-15
env:
matrix:
- ANDROID_TARGET=android-19 ANDROID_ABI=x86
before_script:
- echo no | android create avd --force -n test -t $ANDROID_TARGET --abi $ANDROID_ABI
- emulator -avd test -no-skin -no-audio -no-window &
- android-wait-for-emulator
- adb shell input keyevent 82 &