All Downloads are FREE. Search and download functionalities are using the official Maven repository.

vendor.github.com.klauspost.reedsolomon.appveyor.yml Maven / Gradle / Ivy

There is a newer version: 2.9.1
Show newest version
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 ./...




© 2015 - 2024 Weber Informatics LLC | Privacy Policy