blob: 9bf23a359430e0b4b35e1e4ea2e59544e0793e5b [file] [log] [blame]
version: build-{build}.{branch}
clone_folder: C:\gopath\src\github.com\sdboyer\gps
shallow_clone: true
environment:
GOPATH: C:\gopath
platform:
- x64
install:
- go version
- go env
- choco install bzr hg
- set PATH=C:\Program Files (x86)\Bazaar\;C:\Program Files\Mercurial\;%PATH%
build_script:
- go get github.com/Masterminds/glide
- C:\gopath\bin\glide install
test_script:
- go test
deploy: off