Android build stacktrace
This commit is contained in:
parent
b4dbb42041
commit
e6130c3629
|
@ -158,7 +158,7 @@ commands:
|
|||
./gradlew bundleOfficialPlayRelease
|
||||
fi
|
||||
if [[ $CIRCLE_JOB == "android-build-experimental" || "android-automatic-build-experimental" ]]; then
|
||||
./gradlew bundleExperimentalPlayRelease
|
||||
./gradlew bundleExperimentalPlayRelease --stacktrace
|
||||
fi
|
||||
if [[ ! $GOOGLE_SERVICES_ANDROID ]]; then
|
||||
./gradlew assembleExperimentalPlayDebug
|
||||
|
@ -662,34 +662,34 @@ workflows:
|
|||
- ios-hold-testflight-official
|
||||
|
||||
# Android Experimental
|
||||
- android-hold-build-experimental:
|
||||
type: approval
|
||||
requires:
|
||||
- lint-testunit
|
||||
filters:
|
||||
branches:
|
||||
ignore:
|
||||
- develop
|
||||
- android-build-experimental:
|
||||
requires:
|
||||
- android-hold-build-experimental
|
||||
- android-internal-app-sharing-experimental:
|
||||
requires:
|
||||
- android-build-experimental
|
||||
- android-hold-google-play-beta-experimental:
|
||||
type: approval
|
||||
requires:
|
||||
- android-build-experimental
|
||||
- android-google-play-beta-experimental:
|
||||
requires:
|
||||
- android-hold-google-play-beta-experimental
|
||||
- android-hold-google-play-production-experimental:
|
||||
type: approval
|
||||
requires:
|
||||
- android-build-experimental
|
||||
- android-google-play-production-experimental:
|
||||
requires:
|
||||
- android-hold-google-play-production-experimental
|
||||
# - android-hold-build-experimental:
|
||||
# type: approval
|
||||
# requires:
|
||||
# - lint-testunit
|
||||
# filters:
|
||||
# branches:
|
||||
# ignore:
|
||||
# - develop
|
||||
- android-build-experimental
|
||||
# requires:
|
||||
# - android-hold-build-experimental
|
||||
# - android-internal-app-sharing-experimental:
|
||||
# requires:
|
||||
# - android-build-experimental
|
||||
# - android-hold-google-play-beta-experimental:
|
||||
# type: approval
|
||||
# requires:
|
||||
# - android-build-experimental
|
||||
# - android-google-play-beta-experimental:
|
||||
# requires:
|
||||
# - android-hold-google-play-beta-experimental
|
||||
# - android-hold-google-play-production-experimental:
|
||||
# type: approval
|
||||
# requires:
|
||||
# - android-build-experimental
|
||||
# - android-google-play-production-experimental:
|
||||
# requires:
|
||||
# - android-hold-google-play-production-experimental
|
||||
|
||||
# Android Official
|
||||
- android-hold-build-official:
|
||||
|
|
Loading…
Reference in New Issue