This repository has been archived on 2025-03-29. You can view files and clone it, but cannot push or open issues or pull requests.
|
version: '{build}'
|
|
clone_folder: C:\gopath\src\github.com\spf13\afero
|
|
environment:
|
|
GOPATH: C:\gopath
|
|
build_script:
|
|
- cmd: >-
|
|
go version
|
|
|
|
go env
|
|
|
|
go get -v github.com/spf13/afero/...
|
|
|
|
go build github.com/spf13/afero
|
|
test_script:
|
|
- cmd: go test -race -v github.com/spf13/afero/...
|