Skip to content

Commit

Permalink
Merge e9ce528 into e48ea8d
Browse files Browse the repository at this point in the history
  • Loading branch information
devoncarew committed Aug 10, 2015
2 parents e48ea8d + e9ce528 commit 3412b4c
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions appveyor.yml
Expand Up @@ -3,18 +3,16 @@
# BSD-style license that can be found in the LICENSE file.

install:
# Investigate scoop?
- 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
- ps: wget https://gsdview.appspot.com/dart-archive/channels/dev/raw/latest/sdk/dartsdk-windows-x64-release.zip -OutFile dart-sdk.zip
- cmd: echo "Unzipping dart-sdk..."
- cmd: 7z x dart-sdk.zip -o"C:\tools" -y > nul
- set PATH=%PATH%;C:\tools\dart-sdk\bin
- set PATH=%PATH%;%APPDATA%\Pub\Cache\bin
- pub get

# this doesn't seem to be working
build: off

branches:
only:
- disable_builds_for_now

test_script:
- pub run grinder buildbot

0 comments on commit 3412b4c

Please sign in to comment.