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 250B

123456789101112131415
  1. version: "{build}"
  2. platform: x64
  3. clone_folder: c:\gopath\src\gopkg.in\src-d\go-billy.v4
  4. environment:
  5. GOPATH: c:\gopath
  6. install:
  7. - set PATH=%GOPATH%\bin;c:\go\bin;%PATH%
  8. - go version
  9. - go get -v -t ./...
  10. build_script:
  11. - go test -v ./...