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: 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