Merge pull request #3218 from dgageot/simple-appveyor

Simplify appveyor config
This commit is contained in:
Nathan LeClaire 2016-03-22 11:48:40 -07:00
commit c390ecd730
1 changed files with 0 additions and 7 deletions

View File

@ -6,16 +6,9 @@ os: Windows Server 2012 R2
environment:
GOPATH: c:\gopath
GOVERSION: 1.6
clone_folder: c:\gopath\src\github.com\docker\machine
install:
- appveyor DownloadFile https://storage.googleapis.com/golang/go%GOVERSION%.windows-amd64.zip
- ps: rmdir C:\go -Force -Recurse -Confirm:$false
- 7z x go%GOVERSION%.windows-amd64.zip -o"C:\" -y > nul
- set Path=c:\go\bin;%Path%
build_script:
- go build -i -o ./bin/docker-machine.exe ./cmd/machine.go