vendor: update klauspost/reedsomon package with upstream changes. (#1912)

This commit is contained in:
Harshavardhana
2016-06-17 15:16:26 +05:30
committed by GitHub
parent 466a2e01f1
commit 7f38f46e20
3 changed files with 30 additions and 6 deletions

20
vendor/github.com/klauspost/reedsolomon/appveyor.yml generated vendored Normal file
View File

@@ -0,0 +1,20 @@
os: Visual Studio 2015
platform: x64
clone_folder: c:\gopath\src\github.com\klauspost\reedsolomon
# environment variables
environment:
GOPATH: c:\gopath
install:
- echo %PATH%
- echo %GOPATH%
- go version
- go env
- go get -d ./...
build_script:
- go test -v -cpu=2 ./...
- go test -cpu=1,2,4 -short -race ./...