Skip to content

Commit

Permalink
Add web integration test to build_and_test_host (flutter#9218)
Browse files Browse the repository at this point in the history
This will catch failure early for cases like flutter/engine#9216 (which fixes manual roll for flutter/engine#8983).
  • Loading branch information
liyuqian committed Jun 7, 2019
1 parent a7fb7da commit 8eaddd6
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .cirrus.yml
Expand Up @@ -30,13 +30,16 @@ task:
- name: build_and_test_host
compile_host_script: |
cd $ENGINE_PATH/src
./flutter/tools/gn --unoptimized
./flutter/tools/gn --unoptimized --full-dart-sdk
ninja -C out/host_debug_unopt
test_host_script: cd $ENGINE_PATH/src && ./flutter/testing/run_tests.sh host_debug_unopt
fetch_framework_script: |
mkdir -p $FRAMEWORK_PATH
cd $FRAMEWORK_PATH
git clone https://github.com/flutter/flutter.git
web_test_script: |
cd $FRAMEWORK_PATH/flutter/dev/integration_tests/web
../../../bin/flutter --local-engine=host_debug_unopt build web -v
framework_test_script: |
cd $FRAMEWORK_PATH/flutter/packages/flutter
../../bin/flutter test --local-engine=host_debug_unopt
Expand Down

0 comments on commit 8eaddd6

Please sign in to comment.