Skip to content

Commit c72b0d8

Browse files
author
nturgut
authored
remove the web integration test (flutter#21564)
* remove the web integration test * add -rf and copy even if the directory does not exists * try creating the directory * Update .cirrus.yml still getting error creating the directory. use -p option
1 parent 9ede9bf commit c72b0d8

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

.cirrus.yml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -65,21 +65,13 @@ task:
6565
mkdir -p $FRAMEWORK_PATH
6666
cd $FRAMEWORK_PATH
6767
git clone https://github.com/flutter/flutter.git
68-
test_web_script: |
69-
cd $FRAMEWORK_PATH/flutter/dev/integration_tests/web
70-
../../../bin/flutter config --local-engine=host_debug_unopt --no-analytics --enable-web
71-
../../../bin/flutter --local-engine=host_debug_unopt build web -v
7268
analyze_framework_script: |
7369
cd $FRAMEWORK_PATH/flutter
7470
rm -rf bin/cache/pkg/sky_engine
71+
mkdir -p bin/cache/pkg/
7572
cp -r $ENGINE_PATH/src/out/host_debug_unopt/gen/dart-pkg/sky_engine bin/cache/pkg/
7673
bin/flutter update-packages --local-engine=host_debug_unopt
7774
bin/flutter analyze --dartdocs --flutter-repo --local-engine=host_debug_unopt
7875
test_framework_script: |
7976
cd $FRAMEWORK_PATH/flutter/packages/flutter
8077
../../bin/flutter test --local-engine=host_debug_unopt
81-
82-
- name: build_test
83-
build_script: |
84-
cd $ENGINE_PATH/src/flutter
85-
./ci/build.sh

0 commit comments

Comments
 (0)