You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

appveyor.yml 297B

123456789101112131415
  1. version: '{build}'
  2. clone_folder: C:\gopath\src\github.com\spf13\afero
  3. environment:
  4. GOPATH: C:\gopath
  5. build_script:
  6. - cmd: >-
  7. go version
  8. go env
  9. go get -v github.com/spf13/afero/...
  10. go build github.com/spf13/afero
  11. test_script:
  12. - cmd: go test -race -v github.com/spf13/afero/...