Skip to content
This repository was archived by the owner on Feb 22, 2023. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 10 additions & 3 deletions .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,16 @@ task:
- flutter channel $CHANNEL
- ./script/build_all_plugins_app.sh ios --no-codesign
- name: lint_darwin_plugins
script: ./script/lint_darwin_plugins.sh
env:
matrix:
PLUGIN_SHARDING: "--shardIndex 0 --shardCount 2"
PLUGIN_SHARDING: "--shardIndex 1 --shardCount 2"
script:
# TODO(jmagman): Lint macOS podspecs but skip any that fail library validation.
- find . -name "*.podspec" | xargs grep -l "osx" | xargs rm
# Skip the dummy podspecs used to placate the tool.
- find . -name "*_web*.podspec" -o -name "*_mac*.podspec" | xargs rm
- ./script/incremental_build.sh podspecs --no-analyze camera --skip google_sign_in --skip webview_flutter
- name: build-ipas+drive-examples
env:
PATH: $PATH:/usr/local/bin
Expand Down Expand Up @@ -162,8 +171,6 @@ task:
script:
- flutter channel master
- ./script/build_all_plugins_app.sh macos
- name: lint_darwin_plugins
script: ./script/lint_darwin_plugins.sh
- name: build-apps+drive-examples
env:
PATH: $PATH:/usr/local/bin
Expand Down
88 changes: 0 additions & 88 deletions script/lint_darwin_plugins.sh

This file was deleted.