Update .cirrus.yml (#10056)

Fix for Flutter Web tests
This commit is contained in:
Dan Field 2019-07-23 10:14:18 -07:00 committed by GitHub
parent 8ed5da8b65
commit 6603dbd4c4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -40,6 +40,7 @@ task:
git clone https://github.com/flutter/flutter.git
test_web_script: |
cd $FRAMEWORK_PATH/flutter/dev/integration_tests/web
../../../bin/flutter config --local-engine=host_debug_unopt --no-analytics --enable-web
../../../bin/flutter --local-engine=host_debug_unopt build web -v
test_framework_script: |
cd $FRAMEWORK_PATH/flutter/packages/flutter