android build: increase buildozer log level (except on cirrus ci)
This commit is contained in:
@@ -42,6 +42,11 @@ pushd "$CONTRIB_ANDROID"
|
|||||||
|
|
||||||
info "apk building phase starts."
|
info "apk building phase starts."
|
||||||
|
|
||||||
|
if [ ! $CI ]; then
|
||||||
|
# override log level specified in buildozer.spec to "debug":
|
||||||
|
export BUILDOZER_LOG_LEVEL=2
|
||||||
|
fi
|
||||||
|
|
||||||
if [[ "$3" == "release" ]] ; then
|
if [[ "$3" == "release" ]] ; then
|
||||||
# do release build, and sign the APKs.
|
# do release build, and sign the APKs.
|
||||||
TARGET="release"
|
TARGET="release"
|
||||||
|
|||||||
Reference in New Issue
Block a user