This repository was archived by the owner on Feb 22, 2023. It is now read-only.
File tree 1 file changed +17
-7
lines changed 1 file changed +17
-7
lines changed Original file line number Diff line number Diff line change 1
- flutter_template : &FLUTTER_TEMPLATE
1
+ flutter_master_template : &FLUTTER_MASTER_TEMPLATE
2
+ environment :
3
+ CHANNEL : " master"
2
4
upgrade_script :
3
5
- which flutter
4
6
- flutter channel $CHANNEL
@@ -11,15 +13,20 @@ flutter_template: &FLUTTER_TEMPLATE
11
13
- pub global activate flutter_plugin_tools
12
14
- date
13
15
14
- flutter_master_template : &FLUTTER_MASTER_TEMPLATE
15
- << : *FLUTTER_TEMPLATE
16
- environment :
17
- CHANNEL : " master"
18
-
19
16
flutter_stable_template : &FLUTTER_STABLE_TEMPLATE
20
- << : *FLUTTER_TEMPLATE
21
17
environment :
22
18
CHANNEL : " stable"
19
+ upgrade_script :
20
+ - which flutter
21
+ - flutter channel $CHANNEL
22
+ - date
23
+ - flutter upgrade
24
+ - git fetch origin master
25
+ - date
26
+ activate_script :
27
+ - date
28
+ - pub global activate flutter_plugin_tools
29
+ - date
23
30
24
31
flutter_stable_skip_web_template : &FLUTTER_STABLE_SKIP_WEB_TEMPLATE
25
32
<< : *FLUTTER_STABLE_TEMPLATE
98
105
- ./script/build_all_plugins_app.sh apk
99
106
- date
100
107
depends_on :
108
+ - analyze
101
109
- publishable
102
110
- name : build-apks+java-test+firebase-test-lab
103
111
environment :
@@ -134,6 +142,7 @@ task:
134
142
- export CIRRUS_COMMIT_MESSAGE=`cat /tmp/cirrus_commit_message.txt`
135
143
- date
136
144
depends_on :
145
+ - analyze
137
146
- publishable
138
147
139
148
task :
@@ -181,4 +190,5 @@ task:
181
190
- ./script/incremental_build.sh drive-examples
182
191
- date
183
192
depends_on :
193
+ - analyze
184
194
- publishable
You can’t perform that action at this time.
0 commit comments