misc: Update instructions for AppVeyor

This commit is contained in:
Marius 2019-06-16 17:50:07 +02:00
parent f8ff29cf6c
commit 830f0de9d3
1 changed files with 3 additions and 15 deletions

View File

@ -2,25 +2,13 @@ clone_folder: c:\projects\go\src\github.com\tus\tusd
environment:
GOPATH: c:\projects\go
GO15VENDOREXPERIMENT: 1
install:
- git submodule update --init --recursive
GO111MODULE: on
build_script:
- set PATH=%GOPATH%\bin;%PATH%
- go env
- go version
- go get ./s3store
- go get ./consullocker
- go get ./prometheuscollector
- go get github.com/hashicorp/consul
test_script:
- go test .
- go test ./filestore
- go test ./limitedstore
- go test ./memorylocker
- go test ./s3store
- go vet ./prometheuscollector
- go test ./gcsstore
- go test ./pkg/...
- go vet ./pkg/...