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 7a06baa commit b939957Copy full SHA for b939957
.cirrus.yml
@@ -54,6 +54,12 @@ task:
54
cd $FRAMEWORK_PATH/flutter/dev/integration_tests/web
55
../../../bin/flutter config --local-engine=host_debug_unopt --no-analytics --enable-web
56
../../../bin/flutter --local-engine=host_debug_unopt build web -v
57
+ analyze_framework_script: |
58
+ cd $FRAMEWORK_PATH/flutter
59
+ rm -rf bin/cache/pkg/sky_engine
60
+ cp -r $ENGINE_PATH/src/out/host_debug_unopt/gen/dart-pkg/sky_engine bin/cache/pkg/
61
+ bin/flutter update-packages --local-engine=host_debug_unopt
62
+ bin/flutter analyze --dartdocs --flutter-repo --local-engine=host_debug_unopt
63
test_framework_script: |
64
cd $FRAMEWORK_PATH/flutter/packages/flutter
65
../../bin/flutter test --local-engine=host_debug_unopt
0 commit comments