[go: nahoru, domu]

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

Enable testing on both master and stable #2197

Merged
merged 14 commits into from
Oct 16, 2019
Merged
Prev Previous commit
Next Next commit
Skip the build_all_plugins test on iOS (fails)
  • Loading branch information
collinjackson committed Oct 16, 2019
commit 8693bf3150a2aa0981ec8faba5aa95c21a6bb9a4
10 changes: 5 additions & 5 deletions .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,12 +69,8 @@ task:
image: mojave-xcode-10.2-flutter
setup_script:
- pod repo update
env:
matrix:
CHANNEL: "master"
CHANNEL: "stable"
upgrade_script:
- flutter channel $CHANNEL
- flutter channel master
- flutter upgrade
- git fetch origin master
activate_script:
Expand All @@ -95,7 +91,11 @@ task:
PLUGIN_SHARDING: "--shardIndex 1 --shardCount 4"
PLUGIN_SHARDING: "--shardIndex 2 --shardCount 4"
PLUGIN_SHARDING: "--shardIndex 3 --shardCount 4"
matrix:
CHANNEL: "master"
CHANNEL: "stable"
SIMCTL_CHILD_MAPS_API_KEY: ENCRYPTED[596a9f6bca436694625ac50851dc5da6b4d34cba8025f7db5bc9465142e8cd44e15f69e3507787753accebfc4910d550]
build_script:
- flutter channel $CHANNEL
- ./script/incremental_build.sh build-examples --ipa
- ./script/incremental_build.sh drive-examples