This repository was archived by the owner on Feb 22, 2023. It is now read-only.
File tree 2 files changed +10
-91
lines changed
2 files changed +10
-91
lines changed Original file line number Diff line number Diff line change @@ -123,7 +123,16 @@ task:
123
123
- flutter channel $CHANNEL
124
124
- ./script/build_all_plugins_app.sh ios --no-codesign
125
125
- name : lint_darwin_plugins
126
- script : ./script/lint_darwin_plugins.sh
126
+ env :
127
+ matrix :
128
+ PLUGIN_SHARDING : " --shardIndex 0 --shardCount 2"
129
+ PLUGIN_SHARDING : " --shardIndex 1 --shardCount 2"
130
+ script :
131
+ # TODO(jmagman): Lint macOS podspecs but skip any that fail library validation.
132
+ - find . -name "*.podspec" | xargs grep -l "osx" | xargs rm
133
+ # Skip the dummy podspecs used to placate the tool.
134
+ - find . -name "*_web*.podspec" -o -name "*_mac*.podspec" | xargs rm
135
+ - ./script/incremental_build.sh podspecs --no-analyze camera --skip google_sign_in --skip webview_flutter
127
136
- name : build-ipas+drive-examples
128
137
env :
129
138
PATH : $PATH:/usr/local/bin
@@ -162,8 +171,6 @@ task:
162
171
script :
163
172
- flutter channel master
164
173
- ./script/build_all_plugins_app.sh macos
165
- - name : lint_darwin_plugins
166
- script : ./script/lint_darwin_plugins.sh
167
174
- name : build-apps+drive-examples
168
175
env :
169
176
PATH : $PATH:/usr/local/bin
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments