Merge pull request #2050 from lucas-clemente/appveyor-retry

use appveyor-retry for downloading remote resources
This commit is contained in:
Marten Seemann
2019-08-12 11:50:33 -04:00
committed by GitHub

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