1
0
mirror of https://github.com/flutter/samples.git synced 2025-11-08 13:58:47 +00:00

isolate_example Rebuild script (#1365)

* `isolate_example` Rebuild script

* Add trailing NL at EOF
This commit is contained in:
Brett Morgan
2022-08-10 06:42:09 +10:00
committed by GitHub
parent 60fa494702
commit 1cfbeeebe2
33 changed files with 300 additions and 186 deletions

View File

@@ -0,0 +1,18 @@
# Run with tooling from https://github.com/flutter/codelabs/tree/main/tooling/codelab_rebuild
name: Isolate Example rebuild script
steps:
- name: Remove runners
rmdirs:
- android
- ios
- macos
- linux
- windows
- name: Recreate runners
flutter: create --org dev.flutter --platforms android,ios,macos,linux,windows .
- name: Flutter upgrade
flutter: pub upgrade --major-versions
- name: Flutter build macOS
flutter: build macos
- name: Flutter build macOS
flutter: build ios --simulator