vendor/github.com/spf13/afero/appveyor.yml
changeset 260 445e01aede7e
parent 256 6d9efbef00a9
equal deleted inserted replaced
259:db4911b0c721 260:445e01aede7e
       
     1 # This currently does nothing. We have moved to GitHub action, but this is kept
       
     2 # until spf13 has disabled this project in AppVeyor.
     1 version: '{build}'
     3 version: '{build}'
     2 clone_folder: C:\gopath\src\github.com\spf13\afero
     4 clone_folder: C:\gopath\src\github.com\spf13\afero
     3 environment:
     5 environment:
     4   GOPATH: C:\gopath
     6   GOPATH: C:\gopath
     5 build_script:
     7 build_script:
     6 - cmd: >-
     8 - cmd: >-
     7     go version
     9     go version
     8 
    10 
     9     go env
       
    10 
       
    11     go get -v github.com/spf13/afero/...
       
    12 
       
    13     go build -v github.com/spf13/afero/...
       
    14 test_script:
       
    15 - cmd: go test -count=1 -cover -race -v github.com/spf13/afero/...