File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change 74
74
test_host_script : |
75
75
cd $ENGINE_PATH/src
76
76
./flutter/testing/run_tests.sh host_release
77
+
78
+ # The following test depends on Flutter framework repo. It may fail if the
79
+ # framework repo is currently broken.
77
80
- name : build_and_test_linux_unopt_debug
78
81
compile_host_script : |
79
82
cd $ENGINE_PATH/src
97
100
mkdir -p $FRAMEWORK_PATH
98
101
cd $FRAMEWORK_PATH
99
102
git clone https://github.com/flutter/flutter.git
103
+ verify_framework_script :
104
+ - echo "Checking that the framework Cirrus test is not currently broken..."
105
+ - curl -s https://api.cirrus-ci.com/github/flutter/flutter.json | grep -q passing
100
106
test_web_script : |
101
107
cd $FRAMEWORK_PATH/flutter/dev/integration_tests/web
102
108
../../../bin/flutter config --local-engine=host_debug_unopt --no-analytics --enable-web
You can’t perform that action at this time.
0 commit comments