blob: fa7bf6de5219635dbe228b098a32beddae1268be [file] [log] [blame]
# See https://github.com/dart-lang/mono_repo for details
dart:
- stable
stages:
- analyze:
- command: "dartanalyzer --fatal-warnings ."
- command: "dartfmt --dry-run --set-exit-if-changed ."
- unit_test:
- command: "pub run test test/all_test.dart --platform vm"
- command: "pub run test test/all_test.dart --platform chrome"
- coverage:
- command: "pub global activate dart_coveralls && dart_coveralls report test/all_test.dart"
cache:
directories:
- .dart_tool/build