mirror of
https://github.com/refraction-networking/uquic.git
synced 2025-04-04 20:57:36 +03:00
use appveyor-retry for downloading remote resources
This commit is contained in:
parent
ee00cbe088
commit
3b9abbd076
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue