[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
Also don't try to build all plugins on stable for Android since it's …
…failing
  • Loading branch information
collinjackson committed Oct 16, 2019
commit 26ff4510700cd3e31461424083f3572d7bf3581f
8 changes: 1 addition & 7 deletions .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,7 @@ task:
- name: analyze
script: ./script/incremental_build.sh analyze
- name: build_all_plugins_apk
env:
matrix:
CHANNEL: "master"
CHANNEL: "stable"
script:
- flutter channel $CHANNEL
- ./script/build_all_plugins_app.sh apk
script: ./script/build_all_plugins_app.sh apk
- name: build-apks+java-test+drive-examples
env:
matrix:
Expand Down