File tree Expand file tree Collapse file tree 1 file changed +0
-12
lines changed Expand file tree Collapse file tree 1 file changed +0
-12
lines changed Original file line number Diff line number Diff line change @@ -127,18 +127,6 @@ task:
127127 - $ENGINE_PATH/src/out/host_debug_unopt/dart-sdk/bin/pub get
128128 - $ENGINE_PATH/src/out/host_debug_unopt/dart-sdk/bin/dartanalyzer --fatal-warnings --fatal-hints dev/ lib/ test/ tool/
129129
130- - name : build_and_test_web_linux_firefox
131- compile_host_script : |
132- cd $ENGINE_PATH/src
133- ./flutter/tools/gn --unoptimized --full-dart-sdk
134- ninja -C out/host_debug_unopt
135- test_web_engine_firefox_script : |
136- cd $ENGINE_PATH/src/flutter/web_sdk/web_engine_tester
137- $ENGINE_PATH/src/out/host_debug_unopt/dart-sdk/bin/pub get
138- cd $ENGINE_PATH/src/flutter/lib/web_ui
139- $ENGINE_PATH/src/out/host_debug_unopt/dart-sdk/bin/pub get
140- export FELT="$ENGINE_PATH/src/out/host_debug_unopt/dart-sdk/bin/dart dev/felt.dart"
141- $FELT test --browser=firefox
142130 - name : format_and_dart_test
143131 format_script : |
144132 cd $ENGINE_PATH/src/flutter
You can’t perform that action at this time.
0 commit comments