Skip to content
This repository was archived by the owner on Feb 22, 2023. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
upgrade flutter before running into script
  • Loading branch information
Chris Yang committed Jan 28, 2021
commit ee5e500135576502a6ecebe52b7b0963ebc2adac
3 changes: 2 additions & 1 deletion .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ task:
- flutter channel master
- flutter upgrade
- git fetch origin master
activate_script: pub global activate -s path ./packages/flutter_plugin_tools
activate_script: pub global activate flutter_plugin_tools
create_simulator_script:
- xcrun simctl list
- xcrun simctl create Flutter-iPhone com.apple.CoreSimulator.SimDeviceType.iPhone-X com.apple.CoreSimulator.SimRuntime.iOS-13-3 | xargs xcrun simctl boot
Expand Down Expand Up @@ -191,6 +191,7 @@ task:
# https://github.com/flutter/flutter/issues/42864
- if [[ "$CHANNEL" -eq "stable" ]]; then find . | grep _web$ | xargs rm -rf; fi
- flutter channel $CHANNEL
- flutter upgrade
- ./script/incremental_build.sh build-examples --ipa
- ./script/incremental_build.sh drive-examples
- ./script/incremental_build.sh xctest --target RunnerUITests --skip $PLUGINS_TO_SKIP_XCTESTS
Expand Down
288 changes: 0 additions & 288 deletions packages/flutter_plugin_tools/CHANGELOG.md

This file was deleted.

29 changes: 0 additions & 29 deletions packages/flutter_plugin_tools/LICENSE

This file was deleted.

45 changes: 0 additions & 45 deletions packages/flutter_plugin_tools/README.md

This file was deleted.

1 change: 0 additions & 1 deletion packages/flutter_plugin_tools/analysis_options.yaml

This file was deleted.

5 changes: 0 additions & 5 deletions packages/flutter_plugin_tools/bin/flutter_plugin_tools.dart

This file was deleted.

Loading