2015-02-28 14:38:03 +00:00
|
|
|
clone_folder: c:\projects\go\src\github.com\tus\tusd
|
|
|
|
|
2016-01-17 14:52:41 +00:00
|
|
|
environment:
|
|
|
|
GOPATH: c:\projects\go
|
|
|
|
GO15VENDOREXPERIMENT: 1
|
|
|
|
|
|
|
|
install:
|
|
|
|
- git submodule update --init --recursive
|
|
|
|
|
2015-02-28 14:06:38 +00:00
|
|
|
build_script:
|
2015-02-28 14:38:03 +00:00
|
|
|
- go env
|
2016-01-17 14:44:19 +00:00
|
|
|
- go version
|
2016-09-20 13:05:44 +00:00
|
|
|
- go get ./s3store
|
|
|
|
- go get ./consullocker
|
2017-01-27 13:22:53 +00:00
|
|
|
- go get github.com/hashicorp/consul
|
2015-02-28 14:06:38 +00:00
|
|
|
|
|
|
|
test_script:
|
2016-01-17 14:55:00 +00:00
|
|
|
- go test .
|
|
|
|
- go test ./filestore
|
|
|
|
- go test ./limitedstore
|
|
|
|
- go test ./memorylocker
|
2016-09-20 13:05:44 +00:00
|
|
|
- go test ./consullocker
|
2016-01-17 14:55:00 +00:00
|
|
|
- go test ./s3store
|