Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
F
Front-End
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
abdullh.alsoleman
Front-End
Commits
c3248b79
Unverified
Commit
c3248b79
authored
Aug 01, 2018
by
Danny Tuppeny
Committed by
GitHub
Aug 01, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Merge the two Windows and two Mac sections into one with matrix (#20077)
parent
6d92151f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
36 deletions
+14
-36
.cirrus.yml
.cirrus.yml
+14
-36
No files found.
.cirrus.yml
View file @
c3248b79
...
...
@@ -46,7 +46,6 @@ task:
memory
:
8G
task
:
name
:
tests-windows
env
:
SHARD
:
tests
windows_container
:
...
...
@@ -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
...
...
@@ -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
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment