Skip to content

Commit

Permalink
Merge the two Windows and two Mac sections into one with matrix (flut…
Browse files Browse the repository at this point in the history
  • Loading branch information
DanTup authored Aug 1, 2018
1 parent 6d92151 commit c3248b7
Showing 1 changed file with 14 additions and 36 deletions.
50 changes: 14 additions & 36 deletions .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ task:
memory: 8G

task:
name: tests-windows
env:
SHARD: tests
windows_container:
Expand All @@ -62,43 +61,15 @@ task:
- git fetch origin master
test_all_script:
- bin\cache\dart-sdk\bin\dart.exe -c dev\bots\test.dart
matrix:
- name: tests-windows
env:
SHARD: tests
- name: tool_tests-windows
env:
SHARD: tool_tests

task:
name: tool_tests-windows
env:
SHARD: tool_tests
windows_container:
image: cirrusci/windowsservercore:2016
os_version: 2016
cpu: 4
env:
CIRRUS_WORKING_DIR: "C:\\Windows\\Temp\\flutter sdk"
git_fetch_script: git fetch origin
setup_script:
- bin\flutter.bat config --no-analytics
- bin\flutter.bat update-packages
- git fetch origin master
test_all_script:
- bin\cache\dart-sdk\bin\dart.exe -c dev\bots\test.dart

task:
name: tests-macos
env:
SHARD: tests
osx_instance:
image: high-sierra-xcode-9.4.1
git_fetch_script: git fetch origin
setup_script:
- bin/flutter config --no-analytics
- bin/flutter update-packages
test_all_script: |
ulimit -S -n 2048 # https://github.com/flutter/flutter/issues/2976
bin/cache/dart-sdk/bin/dart -c dev/bots/test.dart
task:
name: tool_tests-macos
env:
SHARD: tool_tests
osx_instance:
image: high-sierra-xcode-9.4.1
git_fetch_script: git fetch origin
Expand All @@ -108,3 +79,10 @@ task:
test_all_script: |
ulimit -S -n 2048 # https://github.com/flutter/flutter/issues/2976
bin/cache/dart-sdk/bin/dart -c dev/bots/test.dart
matrix:
- name: tests-macos
env:
SHARD: tests
- name: tool_tests-macos
env:
SHARD: tool_tests

0 comments on commit c3248b7

Please sign in to comment.