blob: 09747ea0e2fcedcf198517c45d10755385932b3e [file] [log] [blame]
# See https://github.com/dart-lang/mono_repo for details
stages:
- 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]