mirror of
https://github.com/kiwix/kiwix-android.git
synced 2025-08-03 18:56:44 -04:00
Add travis emulator
This commit is contained in:
parent
4b4a579ba0
commit
fc95ba5073
@ -2,6 +2,12 @@ language: android
|
||||
|
||||
jdk: oraclejdk8
|
||||
|
||||
before_script:
|
||||
- echo no | android create avd --force -n test -t android-24 --abi armeabi-v7a
|
||||
- emulator -avd test -no-audio -no-window &
|
||||
- android-wait-for-emulator
|
||||
- adb shell input keyevent 82 &
|
||||
|
||||
install:
|
||||
- echo y | android update sdk -u -a -t tools
|
||||
- echo y | android update sdk -u -a -t platform-tools
|
||||
|
Loading…
x
Reference in New Issue
Block a user