blob: efa3a9ee2639d17c1dce865c2b021d12d870a292 [file] [log] [blame]
# See https://github.com/dart-lang/mono_repo for details
stages:
- format_analyze:
- group:
- format
- command: ./../tool/setup.sh
- command: make protos
- analyze: --fatal-infos
dart: [dev]
- run_tests:
- group:
- command: ./../tool/setup.sh
- command: make protos
- test
dart: [2.12.0, dev]