1
0
mirror of https://github.com/hybridgroup/gobot.git synced 2025-05-11 19:29:20 +08:00
hybridgroup.gobot/appveyor.yml

19 lines
271 B
YAML
Raw Normal View History

version: "{build}"
os: Windows Server 2012 R2
clone_folder: c:\gopath\src\github.com\hybridgroup\gobot
environment:
GOPATH: c:\gopath
install:
- echo %PATH%
- echo %GOPATH%
- go version
- go env
- go get -d ./...
build_script:
- go test -v -cpu=2 ./...