blob: ba38d243bf5eff137f8c92161650654f0c1259a0 [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
sdk: [dev]
- run_tests:
- group:
- command: ./../tool/setup.sh
- command: make protos
- test
sdk: [2.12.0, dev]