Skip to content
Snippets Groups Projects
mono_pkg.yaml 736 B
Newer Older
dart:
 - dev

stages:
    - analyze_and_format:
      - group:
        #- dartfmt: sdk
        - dartanalyzer: --fatal-infos --fatal-warnings .
    - unit_test:
      - command: xvfb-run -s "-screen 0 1024x768x24" pub run test --preset travis --total-shards 5 --shard-index 0
      - command: xvfb-run -s "-screen 0 1024x768x24" pub run test --preset travis --total-shards 5 --shard-index 1
      - command: xvfb-run -s "-screen 0 1024x768x24" pub run test --preset travis --total-shards 5 --shard-index 2
      - command: xvfb-run -s "-screen 0 1024x768x24" pub run test --preset travis --total-shards 5 --shard-index 3
      - command: xvfb-run -s "-screen 0 1024x768x24" pub run test --preset travis --total-shards 5 --shard-index 4