[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
Only analyze on master
  • Loading branch information
collinjackson committed Oct 15, 2019
commit 4f4f660fa948069b734af6c642eb6177dc7bd9db
8 changes: 5 additions & 3 deletions .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@ task:
dockerfile: .ci/Dockerfile
cpu: 8
memory: 16G
matrix:
FLUTTER_CHANNEL: "master"
FLUTTER_CHANNEL: "stable"
upgrade_script:
- flutter channel $FLUTTER_CHANNEL
- flutter upgrade
Expand All @@ -33,7 +30,12 @@ task:
PLUGIN_SHARDING: "--shardIndex 0 --shardCount 2"
PLUGIN_SHARDING: "--shardIndex 1 --shardCount 2"
MAPS_API_KEY: ENCRYPTED[596a9f6bca436694625ac50851dc5da6b4d34cba8025f7db5bc9465142e8cd44e15f69e3507787753accebfc4910d550]
env:
matrix:
FLUTTER_CHANNEL: "master"
FLUTTER_CHANNEL: "stable"
script:
flutter channel $FLUTTER_CHANNEL
# Unsetting CIRRUS_CHANGE_MESSAGE and CIRRUS_COMMIT_MESSAGE as they
# might include non-ASCII characters which makes Gradle crash.
# See: https://github.com/flutter/flutter/issues/24935
Expand Down