try to get emulator running part 2
This commit is contained in:
parent
cf2ef0f2a8
commit
2e123aa617
|
@ -17,13 +17,13 @@ android:
|
||||||
- extra-android-m2repository
|
- extra-android-m2repository
|
||||||
|
|
||||||
# Emulators
|
# Emulators
|
||||||
- sys-img-x86-android-23
|
- sys-img-armeabi-v7a-android-21
|
||||||
- sys-img-x86-android-15
|
- sys-img-armeabi-v7a-android-19
|
||||||
|
- sys-img-armeabi-v7a-android-15
|
||||||
|
|
||||||
env:
|
env:
|
||||||
matrix:
|
matrix:
|
||||||
- ANDROID_TARGET=android-19 ANDROID_ABI=x86
|
- ANDROID_TARGET=android-19 ANDROID_ABI=armeabi-v7a
|
||||||
|
|
||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
- echo no | android create avd --force -n test -t $ANDROID_TARGET --abi $ANDROID_ABI
|
- echo no | android create avd --force -n test -t $ANDROID_TARGET --abi $ANDROID_ABI
|
||||||
|
|
Loading…
Reference in New Issue