Skip to content

Commit

Permalink
Build with debug log
Browse files Browse the repository at this point in the history
Signed-off-by: Zixuan James Li <[email protected]>
  • Loading branch information
PIG208 committed Feb 5, 2025
1 parent ca26330 commit e97fe88
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions tools/check
Original file line number Diff line number Diff line change
Expand Up @@ -458,6 +458,8 @@ run_android() {
files_check android/ \
|| return 0

set -x

# This causes `android/gradlew` to exist, for `tools/gradle` to use.
flutter build apk --config-only \
|| return
Expand All @@ -467,8 +469,9 @@ run_android() {
tools/gradle -q :app:lint \
|| return

flutter build apk \
|| return
tools/gradle --no-build-cache --debug :app:buildRelease
# flutter build apk \
# || return

flutter build appbundle
}
Expand Down

0 comments on commit e97fe88

Please sign in to comment.