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

Commit ae094c2

Browse files
committed
Move to separate Cirrus task
1 parent 7895f09 commit ae094c2

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.cirrus.yml

+11
Original file line numberDiff line numberDiff line change
@@ -122,4 +122,15 @@ task:
122122
- flutter channel $CHANNEL
123123
- ./script/incremental_build.sh build-examples --ipa
124124
- ./script/incremental_build.sh drive-examples
125+
- name: lint-podspecs
126+
env:
127+
PATH: $PATH:/usr/local/bin
128+
matrix:
129+
CHANNEL: "master"
130+
CHANNEL: "stable"
131+
build_script:
132+
# TODO(jackson): Allow web plugins once supported on stable
133+
# https://github.com/flutter/flutter/issues/42864
134+
- if [[ "$CHANNEL" -eq "stable" ]]; then find . | grep _web$ | xargs rm -rf; fi
135+
- flutter channel $CHANNEL
125136
- ./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 commit comments

Comments
 (0)