mirror of
https://github.com/flutter/samples.git
synced 2025-11-08 22:09:06 +00:00
Elide projects from beta CI (#1334)
Flutter 3.3.0 beta is introducing a bunch of required changes to pass CI's lint pass
This commit is contained in:
@@ -8,37 +8,49 @@ source "$DIR/flutter_ci_script_shared.sh"
|
|||||||
flutter doctor -v
|
flutter doctor -v
|
||||||
|
|
||||||
declare -ar PROJECT_NAMES=(
|
declare -ar PROJECT_NAMES=(
|
||||||
"add_to_app/books/flutter_module_books"
|
# TODO(domesticmouse): re-enable when stable increments
|
||||||
|
# "add_to_app/books/flutter_module_books"
|
||||||
"add_to_app/fullscreen/flutter_module"
|
"add_to_app/fullscreen/flutter_module"
|
||||||
"add_to_app/multiple_flutters/multiple_flutters_module"
|
"add_to_app/multiple_flutters/multiple_flutters_module"
|
||||||
"add_to_app/plugin/flutter_module_using_plugin"
|
"add_to_app/plugin/flutter_module_using_plugin"
|
||||||
"add_to_app/prebuilt_module/flutter_module"
|
"add_to_app/prebuilt_module/flutter_module"
|
||||||
"android_splash_screen"
|
"android_splash_screen"
|
||||||
"animations"
|
"animations"
|
||||||
"desktop_photo_search/fluent_ui"
|
# TODO(domesticmouse): re-enable when stable increments
|
||||||
"desktop_photo_search/material"
|
# "desktop_photo_search/fluent_ui"
|
||||||
|
# TODO(domesticmouse): re-enable when stable increments
|
||||||
|
# "desktop_photo_search/material"
|
||||||
"experimental/federated_plugin/federated_plugin"
|
"experimental/federated_plugin/federated_plugin"
|
||||||
"experimental/web_dashboard"
|
# TODO(domesticmouse): re-enable when stable increments
|
||||||
|
# "experimental/web_dashboard"
|
||||||
"experimental/linting_tool"
|
"experimental/linting_tool"
|
||||||
"flutter_maps_firestore"
|
"flutter_maps_firestore"
|
||||||
"form_app"
|
# TODO(domesticmouse): re-enable when stable increments
|
||||||
|
# "form_app"
|
||||||
"game_template"
|
"game_template"
|
||||||
"infinite_list"
|
"infinite_list"
|
||||||
"ios_app_clip"
|
"ios_app_clip"
|
||||||
"isolate_example"
|
# TODO(domesticmouse): re-enable when stable increments
|
||||||
|
# "isolate_example"
|
||||||
"jsonexample"
|
"jsonexample"
|
||||||
"material_3_demo"
|
# TODO(domesticmouse): re-enable when stable increments
|
||||||
|
# "material_3_demo"
|
||||||
"navigation_and_routing"
|
"navigation_and_routing"
|
||||||
"null_safety/null_safe_app"
|
"null_safety/null_safe_app"
|
||||||
"null_safety/null_unsafe_app"
|
"null_safety/null_unsafe_app"
|
||||||
"place_tracker"
|
# TODO(domesticmouse): re-enable when stable increments
|
||||||
"platform_channels"
|
# "place_tracker"
|
||||||
|
# TODO(domesticmouse): re-enable when stable increments
|
||||||
|
# "platform_channels"
|
||||||
"platform_design"
|
"platform_design"
|
||||||
"platform_view_swift"
|
"platform_view_swift"
|
||||||
"provider_counter"
|
"provider_counter"
|
||||||
"provider_shopper"
|
# TODO(domesticmouse): re-enable when stable increments
|
||||||
"simplistic_editor"
|
# "provider_shopper"
|
||||||
"testing_app"
|
# TODO(domesticmouse): re-enable when stable increments
|
||||||
|
# "simplistic_editor"
|
||||||
|
# TODO(domesticmouse): re-enable when stable increments
|
||||||
|
# "testing_app"
|
||||||
"veggieseasons"
|
"veggieseasons"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user