use appveyor-retry for downloading remote resources

This commit is contained in:
Marten Seemann 2019-08-10 17:33:51 +07:00
parent ee00cbe088
commit 3b9abbd076

View file

@ -14,14 +14,14 @@ clone_folder: c:\gopath\src\github.com\lucas-clemente\quic-go
install:
- rmdir c:\go /s /q
- appveyor DownloadFile https://storage.googleapis.com/golang/go1.12.windows-amd64.zip
- appveyor-retry appveyor DownloadFile https://storage.googleapis.com/golang/go1.12.windows-amd64.zip
- 7z x go1.12.windows-amd64.zip -y -oC:\ > NUL
- set PATH=%PATH%;%GOPATH%\bin\windows_%GOARCH%;%GOPATH%\bin
- set GO111MODULE=on
- echo %PATH%
- echo %GOPATH%
- go get github.com/onsi/ginkgo/ginkgo
- go get github.com/onsi/gomega
- appveyor-retry go get github.com/onsi/ginkgo/ginkgo
- appveyor-retry go get github.com/onsi/gomega
- go version
- go env