2023-01-28 13:57:53 -08:00
|
|
|
# This currently does nothing. We have moved to GitHub action, but this is kept
|
|
|
|
# until spf13 has disabled this project in AppVeyor.
|
2018-08-06 12:47:05 -07:00
|
|
|
version: '{build}'
|
|
|
|
clone_folder: C:\gopath\src\github.com\spf13\afero
|
|
|
|
environment:
|
|
|
|
GOPATH: C:\gopath
|
|
|
|
build_script:
|
|
|
|
- cmd: >-
|
|
|
|
go version
|
|
|
|
|