5
0
mirror of https://github.com/cwinfo/matterbridge.git synced 2024-09-20 12:32:30 +00:00
matterbridge/vendor/github.com/spf13/afero/appveyor.yml

16 lines
320 B
YAML
Raw Normal View History

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/...
2020-10-19 21:40:00 +00:00
go build -v github.com/spf13/afero/...
test_script:
2020-10-19 21:40:00 +00:00
- cmd: go test -count=1 -cover -race -v github.com/spf13/afero/...