From 7ab752e8edc306d7fc796b02fa5570e5025d1d1d Mon Sep 17 00:00:00 2001 From: Eric Windmill Date: Tue, 24 Sep 2024 11:07:10 -0400 Subject: [PATCH] add to CI --- tool/flutter_ci_script_beta.sh | 2 ++ tool/flutter_ci_script_master.sh | 2 ++ 2 files changed, 4 insertions(+) diff --git a/tool/flutter_ci_script_beta.sh b/tool/flutter_ci_script_beta.sh index 2d15ba518..58b9d8867 100755 --- a/tool/flutter_ci_script_beta.sh +++ b/tool/flutter_ci_script_beta.sh @@ -23,6 +23,8 @@ declare -ar PROJECT_NAMES=( "code_sharing/client" "code_sharing/server" "code_sharing/shared" + "compass_app/app" + "compass_app/server" "context_menus" "deeplink_store_example" "desktop_photo_search/fluent_ui" diff --git a/tool/flutter_ci_script_master.sh b/tool/flutter_ci_script_master.sh index d00d720e1..94eb79acb 100755 --- a/tool/flutter_ci_script_master.sh +++ b/tool/flutter_ci_script_master.sh @@ -23,6 +23,8 @@ declare -ar PROJECT_NAMES=( "code_sharing/client" "code_sharing/server" "code_sharing/shared" + "compass_app/app" + "compass_app/server" "context_menus" "deeplink_store_example" "desktop_photo_search/fluent_ui"