From dfb7d930a813e9d141da8b895fc1205851e1efdb Mon Sep 17 00:00:00 2001 From: Yegor Date: Fri, 27 Mar 2020 11:46:02 -0700 Subject: [PATCH] enable Dart analysis for Web on Cirrus (#17377) --- .cirrus.yml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/.cirrus.yml b/.cirrus.yml index cfd659e48..7b954671a 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -126,15 +126,15 @@ task: - name: web_tests-7_last-linux # last Web shard must end with _last << : *WEB_SHARD_TEMPLATE - # - name: web_engine_analysis - # compile_host_script: | - # cd $ENGINE_PATH/src - # ./flutter/tools/gn --unoptimized --full-dart-sdk - # ninja -C out/host_debug_unopt - # script: - # - cd $ENGINE_PATH/src/flutter/lib/web_ui - # - $ENGINE_PATH/src/out/host_debug_unopt/dart-sdk/bin/pub get - # - $ENGINE_PATH/src/out/host_debug_unopt/dart-sdk/bin/dartanalyzer --fatal-warnings --fatal-hints dev/ lib/ test/ tool/ + - name: web_engine_analysis + compile_host_script: | + cd $ENGINE_PATH/src + ./flutter/tools/gn --unoptimized --full-dart-sdk + ninja -C out/host_debug_unopt + script: + - cd $ENGINE_PATH/src/flutter/lib/web_ui + - $ENGINE_PATH/src/out/host_debug_unopt/dart-sdk/bin/pub get + - $ENGINE_PATH/src/out/host_debug_unopt/dart-sdk/bin/dartanalyzer --fatal-warnings --fatal-hints dev/ lib/ test/ tool/ - name: web_engine_integration_test_linux compile_host_script: | -- GitLab