mirror of
https://github.com/zhigang1992/react-native-firebase.git
synced 2026-04-24 04:24:52 +08:00
Re-configure Android CI (#1488)
* [tests][wip] re-configure android ci * [tests] re-configure android ci * [tests] re-configure android ci * [tests] re-configure android ci * [tests] re-configure android ci * [tests] re-configure android ci * [tests] disable gradle daemon * [tests] misc * [tests] misc * misc ci * ci * ci * ci * ci * ci * [tests][ci] * [tests][ci] * [tests][ci] * [tests][ci] * [tests][ci] * [tests][ci] * [tests][ci] * [tests][ci] * [tests][ci] * [tests][ci] * [tests][ci] * [tests][ci] * [tests][ci] * [tests][ci] * [tests][ci] * [tests][ci] * [tests][ci] * [tests][ci] * [tests][ci] * [tests][ci] * [tests][ci] * [tests][ci] * [tests][ci] * [tests][ci] * switch to rnfb docker image * [tests][ci] * [tests][ci] * [tests][ci] * [tests][ci] * [tests][ci] * [tests][ci] * [tests][ci] * [tests][ci] * [ios][auth] cleanup and add new auth error codes * [tests][ci] * [tests][ci] * [tests][ci] * [tests][ci] * [tests][ci] * [tests][ci] * [tests][ci] * [tests][ci] * [tests][ci]
This commit is contained in:
@@ -90,7 +90,7 @@
|
||||
},
|
||||
"android.emu.debug": {
|
||||
"binaryPath": "android/app/build/outputs/apk/debug/app-debug.apk",
|
||||
"build": "pushd android && ./gradlew assembleDebug assembleAndroidTest -DtestBuildType=debug && popd",
|
||||
"build": "pushd android && ./gradlew assembleDebug assembleAndroidTest -DtestBuildType=debug -Dorg.gradle.daemon=false && popd",
|
||||
"type": "android.emulator",
|
||||
"name": "TestingAVD"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user