mirror of https://github.com/docker/docs.git
Merge pull request #3218 from dgageot/simple-appveyor
Simplify appveyor config
This commit is contained in:
commit
c390ecd730
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue