elvish/.appveyor.yml

16 lines
296 B
YAML
Raw Normal View History

2017-12-04 20:17:50 +08:00
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/...