We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4c2426 commit 6727946Copy full SHA for 6727946
flutter_ci_script_shared.sh
@@ -48,9 +48,9 @@ function ci_codelabs () {
48
then
49
if grep -q "flutter:" "pubspec.yaml"; then
50
51
- # intro_flutter_gpu only runs with Impeller on macOS
+ # intro_flutter_gpu only runs with Impeller
52
if [ $CODELAB = 'intro_flutter_gpu' ]; then
53
- if [ $RUNNER_OS = 'macOS' ]; then
+ if [ $RUNNER_OS = 'macOS' ] || [ $RUNNER_OS = 'Windows' ]; then
54
flutter config --enable-native-assets
55
flutter build `echo $RUNNER_OS | tr '[:upper:]' '[:lower:]'` --debug
56
flutter test --enable-impeller
0 commit comments