1
0
mirror of https://github.com/hybridgroup/gobot.git synced 2025-04-26 13:48:49 +08:00
hybridgroup.gobot/appveyor.yml
2019-05-22 11:34:39 +02:00

25 lines
461 B
YAML

version: "{build}"
os: Windows Server 2012 R2
clone_folder: c:\gopath\src\gobot.io\x\gobot
environment:
GOPATH: c:\gopath
GOROOT: c:\go
install:
- echo %PATH%
- echo %GOPATH%
- go version
- go env
- go get -d ./...
- go get github.com/stretchr/testify
build_script:
- go test -v -cpu=2 .
- go test -v -cpu=2 ./drivers/aio
- go test -v -cpu=2 ./drivers/gpio
- go test -v -cpu=2 ./drivers/i2c
- go test -v -cpu=2 ./platforms/firmata/...