mirror of
https://github.com/go-sylixos/elvish.git
synced 2024-12-14 02:57:52 +08:00
16 lines
296 B
YAML
16 lines
296 B
YAML
|
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/...
|