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.
|
- version: "{build}"
- platform: x64
-
- clone_folder: c:\gopath\src\gopkg.in\src-d\go-billy.v4
-
- environment:
- GOPATH: c:\gopath
-
- install:
- - set PATH=%GOPATH%\bin;c:\go\bin;%PATH%
- - go version
- - go get -v -t ./...
-
- build_script:
- - go test -v ./...
|