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