Updated appveyer to install golang 1.7

pull/7324/head
Michael Nikitochkin 2016-09-19 13:58:21 +02:00
parent c70efc8261
commit 39b4bbefef
No known key found for this signature in database
GPG Key ID: 0A363971BE564A4B
1 changed files with 4 additions and 0 deletions

View File

@ -15,10 +15,14 @@ environment:
#AppVeyor has go 1.6 as default go environment
GOROOT: C:\go
GOPATH: C:\gopath
GOVERSION: 1.7.1
# Scripts that run after cloning repository
install:
- set PATH=%GOROOT%\bin;%GOPATH%\bin;%PATH%
- rmdir c:\go /s /q
- appveyor DownloadFile https://storage.googleapis.com/golang/go%GOVERSION%.windows-amd64.zip
- 7z x go%GOVERSION%.windows-amd64.zip -y -oC:\ > NUL
- echo %PATH%
- echo %GOPATH%
- cd C:\gopath\src\github.com\influxdata\influxdb