1
0

android build: increase buildozer log level (except on cirrus ci)

This commit is contained in:
SomberNight
2022-07-01 18:17:17 +02:00
parent bb0db0e3c0
commit 0fca35fa40

View File

@@ -42,6 +42,11 @@ pushd "$CONTRIB_ANDROID"
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
# do release build, and sign the APKs.
TARGET="release"