We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
intro_flutter_gpu
1 parent cb7c4f5 commit 64b9108Copy full SHA for 64b9108
flutter_ci_script_shared.sh
@@ -50,14 +50,9 @@ function ci_codelabs () {
50
51
# intro_flutter_gpu only runs with Impeller
52
if [ $CODELAB = 'intro_flutter_gpu' ]; then
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
59
- echo "Skipping $CODELAB on $RUNNER_OS"
60
- fi
+ flutter config --enable-native-assets
+ flutter build `echo $RUNNER_OS | tr '[:upper:]' '[:lower:]'` --debug
+ flutter test --enable-impeller
61
else
62
flutter test
63
fi
0 commit comments