mirror of
https://github.com/PeernetOfficial/Abstraction.git
synced 2026-07-20 20:37:53 +01:00
16 lines
216 B
YAML
16 lines
216 B
YAML
version: "{build}"
|
|
|
|
clone_folder: c:\gopath\src\github.com\akrylysov/pogreb
|
|
|
|
environment:
|
|
GOPATH: c:\gopath
|
|
|
|
install:
|
|
- echo %PATH%
|
|
- echo %GOPATH%
|
|
- go version
|
|
- go env
|
|
|
|
build_script:
|
|
- go test -v ./...
|