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

Commit

Permalink
Remove pod setup
Browse files Browse the repository at this point in the history
  • Loading branch information
jmagman committed Dec 5, 2019
1 parent ee4cb3b commit dcaff25
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,9 +82,14 @@ task:
task:
use_compute_credits: $CIRRUS_USER_COLLABORATOR == 'true'
osx_instance:
image: mojave-xcode-11.2.1-flutter
image: mojave-flutter
environment:
COCOAPODS_DISABLE_STATS: true
PATH: $PATH:/usr/local/bin
setup_script:
- pod repo update
- pod --version
- sudo gem list cocoapods
- pod repo remove master
upgrade_script:
- flutter channel stable
- flutter upgrade
Expand All @@ -107,7 +112,6 @@ task:
script: ./script/lint_darwin_plugins.sh
- name: build-ipas+drive-examples
env:
PATH: $PATH:/usr/local/bin
matrix:
PLUGIN_SHARDING: "--shardIndex 0 --shardCount 4"
PLUGIN_SHARDING: "--shardIndex 1 --shardCount 4"
Expand Down

0 comments on commit dcaff25

Please sign in to comment.