hcl/appveyor.yml

20 lines
319 B
YAML
Raw Normal View History

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:
- 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 ./...