mirror of
https://github.com/miguelmota/cointop
synced 2024-11-16 21:25:38 +00:00
19 lines
298 B
YAML
19 lines
298 B
YAML
version: "{build}"
|
|
|
|
clone_depth: 1
|
|
|
|
clone_folder: c:\gopath\src\github.com\gen2brain\beeep
|
|
|
|
environment:
|
|
GOPATH: c:\gopath
|
|
|
|
install:
|
|
- echo %GOPATH%
|
|
- set PATH=%GOPATH%\bin;c:\go\bin;%PATH%
|
|
- go version
|
|
- go env
|
|
- go get -u github.com/gen2brain/beeep
|
|
|
|
build_script:
|
|
- go get -t ./...
|