8000 add lint script for Android with baseline (#8036) · flutter/engine@14e082f · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit 14e082f

Browse files
authored
add lint script for Android with baseline (#8036)
* add lint script for Android with baseline
1 parent 5fed421 commit 14e082f

File tree

3 files changed

+1007
-31
lines changed

3 files changed

+1007
-31
lines changed

.cirrus.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,10 @@ task:
3838
ninja -C out/host_release
3939
test_host_script: cd $ENGINE_PATH/src && ./flutter/testing/run_tests.sh host_release
4040
- name: build_android
41+
lint_host_script: |
42+
cd $ENGINE_PATH/src/flutter/tools/android_lint
43+
$ENGINE_PATH/src/third_party/dart/tools/sdks/dart-sdk/bin/pub get
44+
$ENGINE_PATH/src/third_party/dart/tools/sdks/dart-sdk/bin/dart bin/main.dart
4145
compile_host_script: |
4246
cd $ENGINE_PATH/src
4347
./flutter/tools/gn --android --unoptimized

0 commit comments

Comments
 (0)
0