We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35c0a3e commit 9cfac48Copy full SHA for 9cfac48
.ci.yaml
@@ -130,6 +130,19 @@ targets:
130
validation: analyze
131
validation_name: Analyze
132
133
+ - name: Linux android views
134
+ bringup: true # Flaky https://github.com/flutter/flutter/issues/99001
135
+ recipe: flutter/android_views
136
+ properties:
137
+ dependencies: >-
138
+ [
139
+ {"dependency": "android_sdk", "version": "version:31v8"},
140
+ {"dependency": "android_virtual_device", "version": "31"}
141
+ ]
142
+ tags: >
143
+ ["framework","hostonly"]
144
+ timeout: 60
145
+
146
- name: Linux build_tests_1_2
147
recipe: flutter/flutter_drone
148
timeout: 60
0 commit comments