Skip to content

Commit 48b44e8

Browse files
Re-enabling intro_flutter_gpu
1 parent 75afa13 commit 48b44e8

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

flutter_ci_script_shared.sh

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -50,14 +50,14 @@ function ci_codelabs () {
5050

5151
# intro_flutter_gpu only runs with Impeller
5252
if [ $CODELAB = 'intro_flutter_gpu' ]; then
53-
# Flutter scene is broken: https://github.com/bdero/flutter_scene/issues/57
54-
# if [ $RUNNER_OS = 'macOS' ] || [ $RUNNER_OS = 'Linux' ]; then
55-
# flutter config --enable-native-assets
56-
# flutter build `echo $RUNNER_OS | tr '[:upper:]' '[:lower:]'` --debug
57-
# flutter test --enable-impeller
58-
# else
53+
# Skipping Windows: https://github.com/bdero/flutter_scene/issues/55
54+
if [ $RUNNER_OS = 'macOS' ] || [ $RUNNER_OS = 'Linux' ]; then
55+
flutter config --enable-native-assets
56+
flutter build `echo $RUNNER_OS | tr '[:upper:]' '[:lower:]'` --debug
57+
flutter test --enable-impeller
58+
else
5959
echo "Skipping $CODELAB on $RUNNER_OS"
60-
# fi
60+
fi
6161
else
6262
flutter test
6363
fi

0 commit comments

Comments
 (0)