mirror of https://github.com/tidwall/tile38.git
16 lines
213 B
YAML
16 lines
213 B
YAML
|
version: "{build}"
|
||
|
|
||
|
clone_folder: c:\gopath\src\github.com\mmcloughlin\geohash
|
||
|
|
||
|
environment:
|
||
|
GOPATH: c:\gopath
|
||
|
|
||
|
install:
|
||
|
- echo %PATH%
|
||
|
- echo %GOPATH%
|
||
|
- go version
|
||
|
- go env
|
||
|
|
||
|
build_script:
|
||
|
- go test -v
|