mirror of
https://github.com/caddyserver/caddy.git
synced 2025-01-03 17:43:49 +03:00
Try to get Go 1.6 on appveyor
This commit is contained in:
parent
b860be01bb
commit
09b7ce6c93
1 changed files with 10 additions and 4 deletions
14
appveyor.yml
14
appveyor.yml
|
@ -9,12 +9,18 @@ environment:
|
|||
CGO_ENABLED: 0
|
||||
|
||||
install:
|
||||
- go get golang.org/x/tools/cmd/vet
|
||||
- echo %GOPATH%
|
||||
- rmdir c:\go /s /q
|
||||
- appveyor DownloadFile https://storage.googleapis.com/golang/go1.6.windows-amd64.zip
|
||||
- 7z x go1.6.windows-amd64.zip -y -oC:\ > NUL
|
||||
- go version
|
||||
- go env
|
||||
- go get golang.org/x/tools/cmd/vet
|
||||
- go get -t ./...
|
||||
|
||||
build_script:
|
||||
build: off
|
||||
|
||||
test_script:
|
||||
- go vet ./...
|
||||
- go test ./...
|
||||
- go test ./...
|
||||
|
||||
deploy: off
|
||||
|
|
Loading…
Reference in a new issue