2
0
mirror of https://github.com/miguelmota/cointop synced 2024-11-16 21:25:38 +00:00
cointop/vendor/github.com/gen2brain/beeep/.appveyor.yml
2020-12-20 22:05:25 -08:00

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 ./...