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.
1 parent 3e2aa51 commit c4e9047Copy full SHA for c4e9047
.appveyor.yml
@@ -17,7 +17,10 @@ image: Visual Studio 2017
17
platform: x64
18
19
install:
20
- - ps: build\ci\install_flutter.ps1 $env:APPVEYOR_BUILD_FOLDER\..
+ # 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
24
25
build_script:
26
- msbuild "example\windows_fde\Example Embedder.sln"
build/ci/install_flutter
@@ -16,8 +16,8 @@
16
set -e
-readonly CHANNEL="stable"
-readonly VERSION="1.0.0"
+readonly CHANNEL="dev"
+readonly VERSION="1.1.8"
if [[ "${TRAVIS_OS_NAME}" == "linux" ]]; then
readonly FLUTTER_OS="linux"
0 commit comments