File tree Expand file tree Collapse file tree 1 file changed +5
-7
lines changed Expand file tree Collapse file tree 1 file changed +5
-7
lines changed Original file line number Diff line number Diff line change 3
3
# BSD-style license that can be found in the LICENSE file.
4
4
5
5
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
8
11
- set PATH=%PATH%;C:\tools\dart-sdk\bin
9
12
- set PATH=%PATH%;%APPDATA%\Pub\Cache\bin
10
13
- pub get
11
14
12
- # this doesn't seem to be working
13
15
build : off
14
16
15
- branches :
16
- only :
17
- - disable_builds_for_now
18
-
19
17
test_script :
20
18
- pub run grinder buildbot
You can’t perform that action at this time.
0 commit comments