tusd/appveyor.yml

20 lines
356 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:47:48 +00:00
- go test -v .
- go test -v ./filestore
- go test -v ./limitedstore
- go test -v ./memorylicker
- go test -v ./s3store