forked from mirror/afero
Update AppVeyor config to fetch dependencies
This commit is contained in:
parent
daf7a87d8f
commit
9d86e5d5fa
|
@ -1,10 +1,15 @@
|
|||
version: '{build}'
|
||||
clone_folder: C:\gopath\src\github.com\spf13\afero
|
||||
environment:
|
||||
GOPATH: C:\gopath
|
||||
build_script:
|
||||
- cmd: >-
|
||||
go version
|
||||
|
||||
go env
|
||||
|
||||
go build
|
||||
go get -v github.com/spf13/afero/...
|
||||
|
||||
go build github.com/spf13/afero
|
||||
test_script:
|
||||
- cmd: go test -v ./...
|
||||
- cmd: go test -v github.com/spf13/afero
|
||||
|
|
Loading…
Reference in New Issue