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

Commit

Permalink
Move to separate Cirrus task
Browse files Browse the repository at this point in the history
  • Loading branch information
jmagman committed Dec 5, 2019
1 parent 7895f09 commit ae094c2
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,4 +122,15 @@ task:
- flutter channel $CHANNEL
- ./script/incremental_build.sh build-examples --ipa
- ./script/incremental_build.sh drive-examples
- name: lint-podspecs
env:
PATH: $PATH:/usr/local/bin
matrix:
CHANNEL: "master"
CHANNEL: "stable"
build_script:
# TODO(jackson): Allow web plugins once supported on stable
# https://github.com/flutter/flutter/issues/42864
- if [[ "$CHANNEL" -eq "stable" ]]; then find . | grep _web$ | xargs rm -rf; fi
- flutter channel $CHANNEL
- ./script/incremental_build.sh podspecs --skip url_launcher_web --skip google_sign_in_web --skip e2e_macos --skip video_player_web --no-analyze camera

0 comments on commit ae094c2

Please sign in to comment.