trphoenix
2018-11-14 86910df0578149bf09eb93cf00cc6e7ac83fa3b7
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# See https://github.com/dart-lang/mono_repo for details
dart:
  - stable
 
stages:
  - analyzer_and_format:
    - group:
      - dartfmt
      - dartanalyzer: --fatal-infos --fatal-warnings .
      dart: [dev]
  - analyzer_and_format_stable:
    - group:
      - dartfmt
      - dartanalyzer: --fatal-warnings .
      dart: [stable]
  - unit_test:
    # Run the tests -- include the default-skipped presubmit tests
    - test
    - test: --run-skipped test/ensure_build_test.dart
    - command: pub run build_runner test -- -p chrome
 
cache:
  directories:
  - .dart_tool/build