[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
Avoid iOS test that's timing out. (issue filed)
  • Loading branch information
collinjackson committed Oct 16, 2019
commit e6ea0d4f8ff26c885dffd0076bf721ae11e72518
2 changes: 2 additions & 0 deletions .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,8 @@ task:
- xcrun simctl list
- xcrun simctl create Flutter-iPhone com.apple.CoreSimulator.SimDeviceType.iPhone-X com.apple.CoreSimulator.SimRuntime.iOS-12-2 | xargs xcrun simctl boot
matrix:
# TODO(jackson): This is timing out on stable but should be run on stable once it passes.
# https://github.com/flutter/flutter/issues/42810
- name: build_all_plugins_ipa
script: ./script/build_all_plugins_app.sh ios --no-codesign
- name: lint_darwin_plugins
Expand Down