misc: Update instructions for AppVeyor
This commit is contained in:
parent
f8ff29cf6c
commit
830f0de9d3
18
appveyor.yml
18
appveyor.yml
|
@ -2,25 +2,13 @@ clone_folder: c:\projects\go\src\github.com\tus\tusd
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
GOPATH: c:\projects\go
|
GOPATH: c:\projects\go
|
||||||
GO15VENDOREXPERIMENT: 1
|
GO111MODULE: on
|
||||||
|
|
||||||
install:
|
|
||||||
- git submodule update --init --recursive
|
|
||||||
|
|
||||||
build_script:
|
build_script:
|
||||||
- set PATH=%GOPATH%\bin;%PATH%
|
- set PATH=%GOPATH%\bin;%PATH%
|
||||||
- go env
|
- go env
|
||||||
- go version
|
- go version
|
||||||
- go get ./s3store
|
|
||||||
- go get ./consullocker
|
|
||||||
- go get ./prometheuscollector
|
|
||||||
- go get github.com/hashicorp/consul
|
|
||||||
|
|
||||||
test_script:
|
test_script:
|
||||||
- go test .
|
- go test ./pkg/...
|
||||||
- go test ./filestore
|
- go vet ./pkg/...
|
||||||
- go test ./limitedstore
|
|
||||||
- go test ./memorylocker
|
|
||||||
- go test ./s3store
|
|
||||||
- go vet ./prometheuscollector
|
|
||||||
- go test ./gcsstore
|
|
||||||
|
|
Loading…
Reference in New Issue