mirror of
https://github.com/MinimalBible/MinimalBible
synced 2024-11-04 23:28:19 -05:00
Fix the ABI name
This commit is contained in:
parent
9f0e10c9f5
commit
1e9b924b0e
@ -20,7 +20,7 @@ before_install:
|
||||
- git submodule update --init --recursive
|
||||
|
||||
before_script:
|
||||
- echo no | android create avd --force -n test -t android-22 --abi x86_64
|
||||
- echo no | android create avd --force -n test -t android-22 --abi default/x86
|
||||
- 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