mirror of
https://github.com/go-sylixos/elvish.git
synced 2024-12-14 02:57:52 +08:00
Add config for AppVeyor.
This commit is contained in:
parent
747aaa60a7
commit
254c47fdee
15
.appveyor.yml
Normal file
15
.appveyor.yml
Normal 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/...
|
Loading…
Reference in New Issue
Block a user