mirror of
https://github.com/TeamNewPipe/NewPipe.git
synced 2024-11-22 11:02:35 +01:00
try to get emulator running
This commit is contained in:
parent
520f40d862
commit
cf2ef0f2a8
11
.travis.yml
11
.travis.yml
@ -19,3 +19,14 @@ android:
|
|||||||
# Emulators
|
# Emulators
|
||||||
- sys-img-x86-android-23
|
- sys-img-x86-android-23
|
||||||
- sys-img-x86-android-15
|
- 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 &
|
||||||
|
Loading…
Reference in New Issue
Block a user