hcl/appveyor.yml
James Bardin 86950618a5 Don't automatically convert to CRLF in AppVeyor
We have test files with both types of line endings, leave them as they
are for tests.
2016-12-01 12:09:33 -05:00

20 lines
319 B
YAML

version: "build-{branch}-{build}"
image: Visual Studio 2015
clone_folder: c:\gopath\src\github.com\hashicorp\hcl
environment:
GOPATH: c:\gopath
init:
- git config --global core.autocrlf false
install:
- cmd: >-
echo %Path%
go version
go env
go get -t ./...
build_script:
- cmd: go test -v ./...