blob: 1b72742063d229662d52b3d6cbc836e9f299ce44 [file]
# See https://pub.dev/packages/mono_repo
sdk:
- pubspec
- dev
os:
- linux
- windows
stages:
- analyze_and_format:
- group:
- format
- analyze: --fatal-infos
- unit_test:
# The config here is a regression test for https://github.com/dart-lang/test/issues/2006
- command: xvfb-run -s "-screen 0 1024x768x24" dart test --timeout=60s
os:
- linux
- command: dart test --timeout=60s
os:
- windows