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
506aea03
Commit
506aea03
authored
Mar 28, 2017
by
Michael Goderbauer
Committed by
GitHub
Mar 28, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
enable windows tests with workaround (#9058)
parent
f50a3f63
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
6 deletions
+13
-6
manifest.yaml
dev/devicelab/manifest.yaml
+5
-6
build.gradle
examples/flutter_gallery/android/app/build.gradle
+8
-0
No files found.
dev/devicelab/manifest.yaml
View file @
506aea03
...
@@ -211,9 +211,8 @@ tasks:
...
@@ -211,9 +211,8 @@ tasks:
stage
:
devicelab_win
stage
:
devicelab_win
required_agent_capabilities
:
[
"
windows"
]
required_agent_capabilities
:
[
"
windows"
]
# TODO(goderbauer): disabled until https://github.com/flutter/flutter/issues/8986 is resolved
hot_mode_dev_cycle_win__benchmark
:
# hot_mode_dev_cycle_win__benchmark:
description
:
>
# description: >
Measures the performance of Dart VM hot patching feature on Windows.
# Measures the performance of Dart VM hot patching feature on Windows.
stage
:
devicelab_win
# stage: devicelab_win
required_agent_capabilities
:
[
"
windows"
]
# required_agent_capabilities: ["windows"]
examples/flutter_gallery/android/app/build.gradle
View file @
506aea03
...
@@ -33,6 +33,14 @@ android {
...
@@ -33,6 +33,14 @@ android {
signingConfig
signingConfigs
.
debug
signingConfig
signingConfigs
.
debug
}
}
}
}
aaptOptions
{
// TODO(goderbauer): remove when https://github.com/flutter/flutter/issues/8986 is resolved.
if
(
System
.
getenv
(
"FLUTTER_CI_WIN"
))
{
println
"AAPT cruncher disabled when running on Win CI."
cruncherEnabled
false
}
}
}
}
flutter
{
flutter
{
...
...
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