Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
2 changes: 0 additions & 2 deletions flutter_ci_script_beta.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,6 @@ declare -a CODELABS=(
"haiku_generator"
"homescreen_codelab"
"in_app_purchases"
# TODO(domesticmouse): Add once this is green on beta
# "intro_flutter_gpu"
"namer"
"next-gen-ui"
"testing_codelab"
Expand Down
1 change: 0 additions & 1 deletion flutter_ci_script_main.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ declare -a CODELABS=(
"haiku_generator"
"homescreen_codelab"
"in_app_purchases"
"intro_flutter_gpu"
"namer"
"next-gen-ui"
"testing_codelab"
Expand Down
19 changes: 3 additions & 16 deletions flutter_ci_script_shared.sh
Original file line number Diff line number Diff line change
Expand Up @@ -47,23 +47,10 @@ function ci_codelabs () {
if [ -d "test" ]
then
if grep -q "flutter:" "pubspec.yaml"; then

# intro_flutter_gpu only runs with Impeller
if [ $CODELAB = 'intro_flutter_gpu' ]; then
# Skipping Windows and Linux: https://github.com/bdero/flutter_scene/issues/55
if [ $RUNNER_OS = 'macOS' ]; then
flutter config --enable-native-assets
flutter build `echo $RUNNER_OS | tr '[:upper:]' '[:lower:]'` --debug
flutter test --enable-flutter-gpu
else
echo "Skipping $CODELAB on $RUNNER_OS"
fi
else
flutter test
fi
flutter test
else
# If the project is not a Flutter project, use the Dart CLI.
dart test
# If the project is not a Flutter project, use the Dart CLI.
dart test
fi
fi

Expand Down
2 changes: 0 additions & 2 deletions flutter_ci_script_stable.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,6 @@ declare -a CODELABS=(
"haiku_generator"
"homescreen_codelab"
"in_app_purchases"
# TODO(domesticmouse): Add once this is green on stable
# "intro_flutter_gpu"
"namer"
"next-gen-ui"
"testing_codelab"
Expand Down
Loading
Loading