mirror of
https://github.com/MinimalBible/MinimalBible
synced 2024-11-04 15:18:22 -05:00
parent
59a924c14a
commit
25b426f599
@ -2,15 +2,15 @@ language: android
|
||||
android:
|
||||
components:
|
||||
- build-tools-21.0.2
|
||||
- sys-img-x86-android-19
|
||||
- android-19
|
||||
- sys-img-x86-android-21
|
||||
- android-21
|
||||
- extra-android-support
|
||||
- extra-google-m2repository
|
||||
- extra-android-m2repository
|
||||
|
||||
env:
|
||||
matrix:
|
||||
- ANDROID_SDKS=android-19,sysimg-19 ANDROID_TARGET=android-19 ANDROID_ABI=x86
|
||||
- ANDROID_SDKS=android-21,sysimg-21 ANDROID_TARGET=android-21 ANDROID_ABI=armeabi-v7a
|
||||
|
||||
before_install:
|
||||
- echo no | android create avd --force -n test -t $ANDROID_TARGET --abi $ANDROID_ABI
|
||||
|
Loading…
Reference in New Issue
Block a user