Skip to content

Commit 8429088

Browse files
committed
test with tasks
Signed-off-by: Zixuan James Li <[email protected]>
1 parent 3e0697d commit 8429088

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

Diff for: tools/check

+7-7
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,6 @@ this_dir=${BASH_SOURCE[0]%/*}
2525
## CLI PARSING
2626

2727
default_suites=(
28-
analyze test
29-
flutter_version
30-
build_runner l10n drift pigeon icons
3128
android # This takes multiple minutes in CI, so do it last.
3229
)
3330

@@ -464,15 +461,18 @@ run_android() {
464461
flutter build apk --config-only \
465462
|| return
466463

464+
tools/gradle --debug tasks \
465+
|| return
466+
467467
# For docs on this Android linter:
468468
# https://developer.android.com/studio/write/lint
469-
tools/gradle -q :app:lint \
469+
tools/gradle --info :app:lint \
470470
|| return
471471

472-
tools/gradle -q --debug :app:compileDebugKotlin \
473-
|| return
472+
# tools/gradle -q --debug :app:compileDebugKotlin \
473+
# || return
474474

475-
tools/gradle --no-build-cache --debug :app:buildRelease
475+
tools/gradle --no-build-cache --info :app:buildRelease
476476
# flutter build apk \
477477
# || return
478478

0 commit comments

Comments
 (0)