[tests] re-configure android ci

This commit is contained in:
Salakar
2018-09-12 23:11:55 +01:00
parent 0f79cd86e0
commit eb20dd67c2
2 changed files with 2 additions and 2 deletions

View File

@@ -122,7 +122,7 @@ android_defaults: &android_defaults
- ADB_INSTALL_TIMEOUT: 10
- _JAVA_OPTIONS: "-XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap"
- GRADLE_OPTS: '-Dorg.gradle.daemon=false -Dorg.gradle.jvmargs="-XX:+HeapDumpOnOutOfMemoryError"'
- BUILD_THREADS: 2
- BUILD_THREADS: 4
# IOS
macos_defaults: &macos_defaults

View File

@@ -86,7 +86,7 @@
},
"android.emu.debug": {
"binaryPath": "android/app/build/outputs/apk/debug/app-debug.apk",
"build": "pushd android && ./gradlew assembleDebug assembleAndroidTest -DtestBuildType=debug && popd",
"build": "cd android && ./gradlew assembleDebug assembleAndroidTest -DtestBuildType=debug && cd ..",
"type": "android.emulator",
"name": "TestingAVD"
},