tusd/appveyor.yml

20 lines
341 B
YAML
Raw Normal View History

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
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
- go test ./s3store