Skip to content

Commit e97fe88

Browse files
committed
Build with debug log
Signed-off-by: Zixuan James Li <[email protected]>
1 parent ca26330 commit e97fe88

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

tools/check

+5-2
Original file line numberDiff line numberDiff line change
@@ -458,6 +458,8 @@ run_android() {
458458
files_check android/ \
459459
|| return 0
460460

461+
set -x
462+
461463
# This causes `android/gradlew` to exist, for `tools/gradle` to use.
462464
flutter build apk --config-only \
463465
|| return
@@ -467,8 +469,9 @@ run_android() {
467469
tools/gradle -q :app:lint \
468470
|| return
469471

470-
flutter build apk \
471-
|| return
472+
tools/gradle --no-build-cache --debug :app:buildRelease
473+
# flutter build apk \
474+
# || return
472475

473476
flutter build appbundle
474477
}

0 commit comments

Comments
 (0)