blob: 96c2ce15f842b92c87952ba5702d33c37ccf1344 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
version: "{build}"
platform: x64
clone_folder: c:\gopath\src\github.com\sirupsen\logrus
environment:
GOPATH: c:\gopath
branches:
only:
- master
install:
- set PATH=%GOPATH%\bin;c:\go\bin;%PATH%
- go version
build_script:
- go get -t
- go test
|