Skip to content

Commit 6c0ca5e

Browse files
author
nturgut
authored
add api_conform_test to analyze step. remove build script. (flutter#21633)
1 parent f3e5179 commit 6c0ca5e

2 files changed

Lines changed: 4 additions & 50 deletions

File tree

ci/analyze.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,3 +92,7 @@ analyze \
9292
--packages="$FLUTTER_DIR/testing/scenario_app/.dart_tool/package_config.json" \
9393
--options "$FLUTTER_DIR/analysis_options.yaml" \
9494
"$FLUTTER_DIR/testing/scenario_app"
95+
96+
# Check that dart libraries conform.
97+
(cd "$FLUTTER_DIR/web_sdk"; pub get)
98+
(cd "$FLUTTER_DIR"; dart "web_sdk/test/api_conform_test.dart")

ci/build.sh

Lines changed: 0 additions & 50 deletions
This file was deleted.

0 commit comments

Comments
 (0)