This repository was archived by the owner on Feb 22, 2023. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -123,7 +123,16 @@ task:
123123 - flutter channel $CHANNEL
124124 - ./script/build_all_plugins_app.sh ios --no-codesign
125125 - 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
127136 - name : build-ipas+drive-examples
128137 env :
129138 PATH : $PATH:/usr/local/bin
@@ -162,8 +171,6 @@ task:
162171 script :
163172 - flutter channel master
164173 - ./script/build_all_plugins_app.sh macos
165- - name : lint_darwin_plugins
166- script : ./script/lint_darwin_plugins.sh
167174 - name : build-apps+drive-examples
168175 env :
169176 PATH : $PATH:/usr/local/bin
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments