mirror of
https://github.com/MinimalBible/MinimalBible
synced 2024-11-05 07:38:20 -05:00
Switch to ARM, Travis doesn't support KVM x86
This commit is contained in:
parent
1e9b924b0e
commit
f64e5be7f2
@ -9,7 +9,7 @@ android:
|
|||||||
- platform-tools
|
- platform-tools
|
||||||
- tools
|
- tools
|
||||||
- android-22
|
- android-22
|
||||||
- sys-img-x86-android-22
|
- sys-img-armeabi-v7a-android-22
|
||||||
|
|
||||||
before_install:
|
before_install:
|
||||||
# -in is a switch to openssl
|
# -in is a switch to openssl
|
||||||
@ -20,7 +20,7 @@ before_install:
|
|||||||
- git submodule update --init --recursive
|
- git submodule update --init --recursive
|
||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
- echo no | android create avd --force -n test -t android-22 --abi default/x86
|
- echo no | android create avd --force -n test -t android-22 --abi armeabi-v7
|
||||||
- emulator -avd test -no-skin -no-audio -no-window &
|
- emulator -avd test -no-skin -no-audio -no-window &
|
||||||
- android-wait-for-emulator
|
- android-wait-for-emulator
|
||||||
- adb shell input keyevent 82 &
|
- adb shell input keyevent 82 &
|
||||||
|
Loading…
Reference in New Issue
Block a user