2nd attempt for appveyor

This commit is contained in:
Bora Alper 2017-11-15 00:43:58 +00:00
parent 3b7beb2b98
commit 506ff52665

View File

@ -20,11 +20,11 @@ install:
# Install the specific Go version. # Install the specific Go version.
- rmdir c:\go /s /q - rmdir c:\go /s /q
- appveyor DownloadFile https://storage.googleapis.com/golang/go%GOVERSION%.windows-amd64.msi - appveyor DownloadFile https://storage.googleapis.com/golang/go%GOVERSION%.windows-amd64.msi
- appveyor DownloadFile https://github.com/golang/dep/releases/download/v%DEPVERSION%/dep-windows-amd64 -FileName c:\go\bin\dep
- msiexec /i go%GOVERSION%.windows-amd64.msi /q - msiexec /i go%GOVERSION%.windows-amd64.msi /q
- set Path=c:\go\bin;c:\gopath\bin - set Path=c:\go\bin;c:\gopath\bin
- go version - go version
- go env - go env
- appveyor DownloadFile https://github.com/golang/dep/releases/download/v%DEPVERSION%/dep-windows-amd64 -FileName c:\go\bin\dep
- go get -u github.com/jteeuwen/go-bindata/... - go get -u github.com/jteeuwen/go-bindata/...
before_build: before_build: