Skip to content
This repository was archived by the owner on Feb 22, 2023. It is now read-only.

Commit fae4ef7

Browse files
committed
add CHANNEL env variable to analyze and build_all_plugins cirrus tasks
1 parent 05879a3 commit fae4ef7

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.cirrus.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,16 @@ task:
3939
- flutter channel $CHANNEL
4040
- ./script/incremental_build.sh test
4141
- name: analyze
42+
env:
43+
matrix:
44+
CHANNEL: "master"
45+
CHANNEL: "stable"
4246
script: ./script/incremental_build.sh analyze
4347
- name: build_all_plugins_apk
48+
env:
49+
matrix:
50+
CHANNEL: "master"
51+
CHANNEL: "stable"
4452
script:
4553
# TODO(jackson): Allow web plugins once supported on stable
4654
# https://github.com/flutter/flutter/issues/42864
@@ -143,6 +151,10 @@ task:
143151
- xcrun simctl create Flutter-iPhone com.apple.CoreSimulator.SimDeviceType.iPhone-X com.apple.CoreSimulator.SimRuntime.iOS-13-3 | xargs xcrun simctl boot
144152
matrix:
145153
- name: build_all_plugins_ipa
154+
env:
155+
matrix:
156+
CHANNEL: "master"
157+
CHANNEL: "stable"
146158
script:
147159
# TODO(jackson): Allow web plugins once supported on stable
148160
# https://github.com/flutter/flutter/issues/42864
@@ -196,6 +208,10 @@ task:
196208
activate_script: pub global activate flutter_plugin_tools
197209
matrix:
198210
- name: build_all_plugins_app
211+
env:
212+
matrix:
213+
CHANNEL: "master"
214+
CHANNEL: "stable"
199215
script:
200216
- flutter channel master
201217
- ./script/build_all_plugins_app.sh macos

0 commit comments

Comments
 (0)