Merge pull request #525 from MJDSys/appveyor

Add appveyor.yml.
master
Ben Johnson 2016-02-28 13:35:43 -07:00
commit 9af8da5df3
1 changed files with 18 additions and 0 deletions

18
appveyor.yml Normal file
View File

@ -0,0 +1,18 @@
version: "{build}"
os: Windows Server 2012 R2
clone_folder: c:\gopath\src\github.com\boltdb\bolt
environment:
GOPATH: c:\gopath
install:
- echo %PATH%
- echo %GOPATH%
- go version
- go env
- go get -v -t ./...
build_script:
- go test -v ./...