# 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] |