Skip to content

Commit

Permalink
add lint script for Android with baseline (flutter#8036)
Browse files Browse the repository at this point in the history
* add lint script for Android with baseline
  • Loading branch information
dnfield authored Mar 5, 2019
1 parent 5fed421 commit 14e082f
Show file tree
Hide file tree
Showing 3 changed files with 1,007 additions and 31 deletions.
4 changes: 4 additions & 0 deletions .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,10 @@ task:
ninja -C out/host_release
test_host_script: cd $ENGINE_PATH/src && ./flutter/testing/run_tests.sh host_release
- name: build_android
lint_host_script: |
cd $ENGINE_PATH/src/flutter/tools/android_lint
$ENGINE_PATH/src/third_party/dart/tools/sdks/dart-sdk/bin/pub get
$ENGINE_PATH/src/third_party/dart/tools/sdks/dart-sdk/bin/dart bin/main.dart
compile_host_script: |
cd $ENGINE_PATH/src
./flutter/tools/gn --android --unoptimized
Expand Down
Loading

0 comments on commit 14e082f

Please sign in to comment.