Browse Source

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

patch-4
SomberNight 3 years ago
parent
commit
0fca35fa40
No known key found for this signature in database GPG Key ID: B33B5F232C6271E9
  1. 5
      contrib/android/make_apk

5
contrib/android/make_apk

@ -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"

Loading…
Cancel
Save