blob: 003bce1b8e5f3e0dfccf41064f07d375674e60f8 [file] [log] [blame]
build: off
clone_folder: c:\gopath\src\gonum.org\v1\gonum
cache:
- '%LocalAppData%\go-build'
branches:
only:
- master
environment:
# Do not move these lines; they are referred to by README.md.
# Versions of go that are explicitly supported by gonum.
matrix:
- GOROOT: 'c:\go112'
#- GOROOT: 'c:\go113'
GOPATH: c:\gopath
GOTOOLDIR: '%GOROOT%\pkg\tool\windows_amd64'
PATH: '%GOPATH%\bin;%GOROOT%\bin;%PATH%'
build_script:
- "%GOROOT%\\bin\\go version"
- "%GOROOT%\\bin\\go get -v -t ./..."
test_script:
- "%GOROOT%\\bin\\go test ./..."