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

Commit

Permalink
Rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
jmagman committed Apr 17, 2020
1 parent da49378 commit c215907
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,8 +122,13 @@ task:
- if [[ "$CHANNEL" -eq "stable" ]]; then find . | grep _web$ | xargs rm -rf; fi
- flutter channel $CHANNEL
- ./script/build_all_plugins_app.sh ios --no-codesign
- name: lint_podspecs
script: dart ./script/lint_podspecs.dart
- name: lint_darwin_plugins
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 +167,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

0 comments on commit c215907

Please sign in to comment.