2016-03-20 23:20:46 +00:00
|
|
|
version: "build-{branch}-{build}"
|
|
|
|
image: Visual Studio 2015
|
|
|
|
clone_folder: c:\gopath\src\github.com\hashicorp\hcl
|
2016-03-01 04:58:06 +00:00
|
|
|
environment:
|
|
|
|
GOPATH: c:\gopath
|
2016-03-20 23:20:46 +00:00
|
|
|
init:
|
2016-12-01 15:01:40 +00:00
|
|
|
- git config --global core.autocrlf false
|
2016-03-20 23:20:46 +00:00
|
|
|
install:
|
|
|
|
- cmd: >-
|
|
|
|
echo %Path%
|
|
|
|
|
|
|
|
go version
|
2016-03-01 04:58:06 +00:00
|
|
|
|
2016-03-20 23:20:46 +00:00
|
|
|
go env
|
2016-09-15 20:24:51 +00:00
|
|
|
|
|
|
|
go get -t ./...
|
|
|
|
|
2016-03-01 04:58:06 +00:00
|
|
|
build_script:
|
2016-03-20 23:20:46 +00:00
|
|
|
- cmd: go test -v ./...
|