This repository was archived by the owner on Feb 22, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change 39
39
- flutter channel $CHANNEL
40
40
- ./script/incremental_build.sh test
41
41
- name : analyze
42
+ env :
43
+ matrix :
44
+ CHANNEL : " master"
45
+ CHANNEL : " stable"
42
46
script : ./script/incremental_build.sh analyze
43
47
- name : build_all_plugins_apk
48
+ env :
49
+ matrix :
50
+ CHANNEL : " master"
51
+ CHANNEL : " stable"
44
52
script :
45
53
# TODO(jackson): Allow web plugins once supported on stable
46
54
# https://github.com/flutter/flutter/issues/42864
@@ -143,6 +151,10 @@ task:
143
151
- xcrun simctl create Flutter-iPhone com.apple.CoreSimulator.SimDeviceType.iPhone-X com.apple.CoreSimulator.SimRuntime.iOS-13-3 | xargs xcrun simctl boot
144
152
matrix :
145
153
- name : build_all_plugins_ipa
154
+ env :
155
+ matrix :
156
+ CHANNEL : " master"
157
+ CHANNEL : " stable"
146
158
script :
147
159
# TODO(jackson): Allow web plugins once supported on stable
148
160
# https://github.com/flutter/flutter/issues/42864
@@ -196,6 +208,10 @@ task:
196
208
activate_script : pub global activate flutter_plugin_tools
197
209
matrix :
198
210
- name : build_all_plugins_app
211
+ env :
212
+ matrix :
213
+ CHANNEL : " master"
214
+ CHANNEL : " stable"
199
215
script :
200
216
- flutter channel master
201
217
- ./script/build_all_plugins_app.sh macos
You can’t perform that action at this time.
0 commit comments