2nd attempt for appveyor
This commit is contained in:
parent
3b7beb2b98
commit
506ff52665
@ -20,11 +20,11 @@ install:
|
||||
# Install the specific Go version.
|
||||
- rmdir c:\go /s /q
|
||||
- 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
|
||||
- set Path=c:\go\bin;c:\gopath\bin
|
||||
- go version
|
||||
- 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/...
|
||||
|
||||
before_build:
|
||||
|
Loading…
Reference in New Issue
Block a user