blob: 3d1ec9e999272e75dc71d78d9181050e9416bec7 [file] [log] [blame]
dart:
- dev
stages:
- analyze_and_format:
- group:
- dartfmt: sdk
- dartanalyzer: --fatal-infos --fatal-warnings .
- dartanalyzer: --fatal-warnings .
dart:
- 2.5.0
- unit_test:
# Run the script directly - running from snapshot has issues for packages
# that are depended on by build_runner itself.
- command: dart $(pub run build_runner generate-build-script) test --delete-conflicting-outputs -- -P presubmit
os:
- linux
- windows
cache:
directories:
- .dart_tool/build