Add config for AppVeyor.

This commit is contained in:
Qi Xiao 2017-12-04 12:17:50 +00:00 committed by GitHub
parent 747aaa60a7
commit 254c47fdee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

15
.appveyor.yml Normal file
View File

@ -0,0 +1,15 @@
platform: x64
branches:
only:
- master
clone_folder: c:\gopath\src\github.com\elves\elvish
environment:
GOPATH: c:\gopath
install:
- echo %PATH%
- echo %GOPATH%
- set PATH=%GOPATH%\bin;c:\go\bin;%PATH%
- go version
- go env
build_script:
- go test github.com/elves/elvish/...