mirror of
https://github.com/TeamNewPipe/NewPipe
synced 2025-11-25 03:24:49 +00:00
try to give gradle more memory for CI build
This commit is contained in:
@@ -20,6 +20,7 @@ android:
|
|||||||
env:
|
env:
|
||||||
global:
|
global:
|
||||||
- ADB_INSTALL_TIMEOUT=8 # minutes (2 by default)
|
- ADB_INSTALL_TIMEOUT=8 # minutes (2 by default)
|
||||||
|
- GRADLE_OPTS=-Xmx512m # give gradle more memory since it seem to fail otherwise
|
||||||
matrix:
|
matrix:
|
||||||
- ANDROID_TARGET=android-19 ANDROID_ABI=armeabi-v7a
|
- ANDROID_TARGET=android-19 ANDROID_ABI=armeabi-v7a
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user