You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
cointop/vendor/github.com/gen2brain/beeep/.appveyor.yml

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