blob: ce119c917b6152bd1d5fe857cfac7163557d0774 [file] [log] [blame]
# See https://github.com/dart-lang/mono_repo for details
dart:
- stable
stages:
- analyze:
- command: "dart analyze --fatal-infos ."
- command: "dart format --output=none --set-exit-if-changed ."
- unit_test:
- command: "dart test --platform vm test/all_test.dart"
- command: "dart test --platform chrome test/all_test.dart"
cache:
directories:
- .dart_tool/build