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