drift/moor/mono_pkg.yaml

10 lines
222 B
YAML
Raw Normal View History

2019-02-03 04:56:31 -08:00
dart:
- stable
stages:
- analyze:
2019-03-19 05:36:43 -07:00
- dartanalyzer: --fatal-infos --fatal-warnings lib/ test/
2019-02-03 04:56:31 -08:00
- dartfmt
- unit_test:
2019-07-28 02:08:39 -07:00
- command: pub run build_runner build -v --delete-conflicting-outputs
- test