github.com/gozelle/afero@v0.0.0-20230510083704-09e2ff18f19e/appveyor.yml (about)

     1  # This currently does nothing. We have moved to GitHub action, but this is kept
     2  # until spf13 has disabled this project in AppVeyor.
     3  version: '{build}'
     4  clone_folder: C:\gopath\src\github.com\spf13\afero
     5  environment:
     6    GOPATH: C:\gopath
     7  build_script:
     8  - cmd: >-
     9      go version
    10