We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
pyyaml
1 parent 3bbb0fb commit a6be2f3Copy full SHA for a6be2f3
.appveyor.yml
@@ -111,6 +111,7 @@ for:
111
$env:PKG_VER = "$($cv.major).$($cv.minor+1).0+$($env:APPVEYOR_BUILD_NUMBER)"
112
}
113
Update-AppveyorBuild -Version $env:PKG_VER
114
+ - pip3 install pyyaml
115
- flutter upgrade --force
116
117
build_script:
@@ -126,10 +127,10 @@ for:
126
127
python3 ci/patch_pubspec.py packages/flet_video/pubspec.yaml $PKG_VER
128
python3 ci/patch_pubspec.py packages/flet_webview/pubspec.yaml $PKG_VER
129
- cd packages/flet
130
- flutter test
131
- dart pub publish --force || exit 1
132
- cd $APPVEYOR_BUILD_FOLDER
+ #cd packages/flet
+ #flutter test
+ #dart pub publish --force || exit 1
133
+ #cd $APPVEYOR_BUILD_FOLDER
134
135
cd packages/flet_audio
136
dart pub publish --force || exit 1
0 commit comments