try to get make to work

This commit is contained in:
Alex Dadgar 2017-04-04 11:15:30 -07:00
parent f6c78b9cb7
commit 44b9018973
1 changed files with 13 additions and 0 deletions

13
appveyor.yml Normal file
View File

@ -0,0 +1,13 @@
version: "build-{branch}-{build}"
image: Visual Studio 2017
clone_folder: c:\gopath\src\github.com\hashicorp\nomad
environment:
GOPATH: c:\gopath
install:
- cmd: echo %Path%
- cmd: go version
- cmd: go env
- cmd: go get github.com/hashicorp/vault
- cmd: go install
build_script:
- cmd: go test -v -tags nomad_test ./...