]> git.immae.eu Git - github/fretlink/terraform-provider-statuscake.git/blob - vendor/github.com/hashicorp/hil/appveyor.yml
Move template interpolation deeper into acceptance tests
[github/fretlink/terraform-provider-statuscake.git] / vendor / github.com / hashicorp / hil / appveyor.yml
1 version: "build-{branch}-{build}"
2 image: Visual Studio 2015
3 clone_folder: c:\gopath\src\github.com\hashicorp\hil
4 environment:
5 GOPATH: c:\gopath
6 init:
7 - git config --global core.autocrlf true
8 install:
9 - cmd: >-
10 echo %Path%
11
12 go version
13
14 go env
15
16 go get -d -v -t ./...
17 build_script:
18 - cmd: go test -v ./...