Skip to content

Commit 3b5513f

Browse files
committed
download the windows sdk directly
tweak script tweak build is green be ==> dev
1 parent e48ea8d commit 3b5513f

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

appveyor.yml

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,16 @@
33
# BSD-style license that can be found in the LICENSE file.
44

55
install:
6-
# Investigate scoop?
7-
- choco install -y dart-sdk -version 1.11.1
6+
# TODO: Switch back to chocolatey once 1.12.0 is available.
7+
# - 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
811
- set PATH=%PATH%;C:\tools\dart-sdk\bin
912
- set PATH=%PATH%;%APPDATA%\Pub\Cache\bin
1013
- pub get
1114

12-
# this doesn't seem to be working
1315
build: off
1416

15-
branches:
16-
only:
17-
- disable_builds_for_now
18-
1917
test_script:
2018
- pub run grinder buildbot

0 commit comments

Comments
 (0)