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 e48ea8d commit 3b5513fCopy full SHA for 3b5513f
appveyor.yml
@@ -3,18 +3,16 @@
3
# BSD-style license that can be found in the LICENSE file.
4
5
install:
6
- # Investigate scoop?
7
- - choco install -y dart-sdk -version 1.11.1
+# TODO: Switch back to chocolatey once 1.12.0 is available.
+# - choco install -y dart-sdk -version 1.11.1
8
+ - ps: wget https://gsdview.appspot.com/dart-archive/channels/dev/raw/latest/sdk/dartsdk-windows-x64-release.zip -OutFile dart-sdk.zip
9
+ - cmd: echo "Unzipping dart-sdk..."
10
+ - cmd: 7z x dart-sdk.zip -o"C:\tools" -y > nul
11
- set PATH=%PATH%;C:\tools\dart-sdk\bin
12
- set PATH=%PATH%;%APPDATA%\Pub\Cache\bin
13
- pub get
14
-# this doesn't seem to be working
15
build: off
16
-branches:
- only:
17
- - disable_builds_for_now
18
-
19
test_script:
20
- pub run grinder buildbot
0 commit comments