Fix the appveyor build script
This commit is contained in:
parent
4b7727828a
commit
1e8f2d1561
19
appveyor.yml
19
appveyor.yml
@ -1,11 +1,16 @@
|
|||||||
os: Windows Server 2012 R2
|
version: "build-{branch}-{build}"
|
||||||
|
image: Visual Studio 2015
|
||||||
clone_folder: c:\gopath\src\hashicorp\hcl
|
clone_folder: c:\gopath\src\github.com\hashicorp\hcl
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
GOPATH: c:\gopath
|
GOPATH: c:\gopath
|
||||||
GO15VENDOREXPERIMENT: 1
|
init:
|
||||||
|
- git config --global core.autocrlf true
|
||||||
|
install:
|
||||||
|
- cmd: >-
|
||||||
|
echo %Path%
|
||||||
|
|
||||||
|
go version
|
||||||
|
|
||||||
|
go env
|
||||||
build_script:
|
build_script:
|
||||||
- go get
|
- cmd: go test -v ./...
|
||||||
- go test
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user