Skip to content

Commit 7a9de29

Browse files
Drop intro_flutter_gpu (#2348)
1 parent dcda86a commit 7a9de29

File tree

1,529 files changed

+3
-57897
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,529 files changed

+3
-57897
lines changed

flutter_ci_script_beta.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,6 @@ declare -a CODELABS=(
2626
"haiku_generator"
2727
"homescreen_codelab"
2828
"in_app_purchases"
29-
# TODO(domesticmouse): Add once this is green on beta
30-
# "intro_flutter_gpu"
3129
"namer"
3230
"next-gen-ui"
3331
"testing_codelab"

flutter_ci_script_main.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ declare -a CODELABS=(
2626
"haiku_generator"
2727
"homescreen_codelab"
2828
"in_app_purchases"
29-
"intro_flutter_gpu"
3029
"namer"
3130
"next-gen-ui"
3231
"testing_codelab"

flutter_ci_script_shared.sh

Lines changed: 3 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -47,23 +47,10 @@ function ci_codelabs () {
4747
if [ -d "test" ]
4848
then
4949
if grep -q "flutter:" "pubspec.yaml"; then
50-
51-
# intro_flutter_gpu only runs with Impeller
52-
if [ $CODELAB = 'intro_flutter_gpu' ]; then
53-
# Skipping Windows and Linux: https://github.com/bdero/flutter_scene/issues/55
54-
if [ $RUNNER_OS = 'macOS' ]; then
55-
flutter config --enable-native-assets
56-
flutter build `echo $RUNNER_OS | tr '[:upper:]' '[:lower:]'` --debug
57-
flutter test --enable-flutter-gpu
58-
else
59-
echo "Skipping $CODELAB on $RUNNER_OS"
60-
fi
61-
else
62-
flutter test
63-
fi
50+
flutter test
6451
else
65-
# If the project is not a Flutter project, use the Dart CLI.
66-
dart test
52+
# If the project is not a Flutter project, use the Dart CLI.
53+
dart test
6754
fi
6855
fi
6956

flutter_ci_script_stable.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,6 @@ declare -a CODELABS=(
2626
"haiku_generator"
2727
"homescreen_codelab"
2828
"in_app_purchases"
29-
# TODO(domesticmouse): Add once this is green on stable
30-
# "intro_flutter_gpu"
3129
"namer"
3230
"next-gen-ui"
3331
"testing_codelab"

0 commit comments

Comments
 (0)