File tree 2 files changed +6
-3
lines changed
2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,10 @@ image: Visual Studio 2017
17
17
platform : x64
18
18
19
19
install :
20
- - ps : build\ci\install_flutter.ps1 $env:APPVEYOR_BUILD_FOLDER\..
20
+ # None of the packaged channels are new enough for the current state
21
+ # of FDE, so for now clone master instead.
22
+ # - ps: build\ci\install_flutter.ps1 $env:APPVEYOR_BUILD_FOLDER\..
23
+ - git clone -b master https://github.com/flutter/flutter.git %APPVEYOR_BUILD_FOLDER%\..\flutter
21
24
22
25
build_script :
23
26
- msbuild "example\windows_fde\Example Embedder.sln"
Original file line number Diff line number Diff line change 16
16
17
17
set -e
18
18
19
- readonly CHANNEL=" stable "
20
- readonly VERSION=" 1.0.0 "
19
+ readonly CHANNEL=" dev "
20
+ readonly VERSION=" 1.1.8 "
21
21
22
22
if [[ " ${TRAVIS_OS_NAME} " == " linux" ]]; then
23
23
readonly FLUTTER_OS=" linux"
You can’t perform that action at this time.
0 commit comments