try to fix failing CI
This commit is contained in:
parent
1fd6685b3b
commit
8fbee92255
3 changed files with 6 additions and 4 deletions
|
|
@ -6,7 +6,7 @@ android:
|
|||
- build-tools-23.0.2
|
||||
|
||||
# The SDK version used to compile NewPipe
|
||||
- android-23
|
||||
- android-24
|
||||
|
||||
# Additional components
|
||||
- extra-android-support
|
||||
|
|
@ -22,7 +22,7 @@ env:
|
|||
- ADB_INSTALL_TIMEOUT=8 # minutes (2 by default)
|
||||
- GRADLE_OPTS=-Xmx512m # give gradle more memory since it seem to fail otherwise
|
||||
matrix:
|
||||
- ANDROID_TARGET=android-19 ANDROID_ABI=armeabi-v7a
|
||||
- ANDROID_TARGET=android-21 ANDROID_ABI=armeabi-v7a
|
||||
|
||||
before_script:
|
||||
- echo no | android create avd --force -n test -t $ANDROID_TARGET --abi $ANDROID_ABI
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue