Skip to content

Commit

Permalink
build: see if api and all drivers can pass tests under Windows using …
Browse files Browse the repository at this point in the history
…Appveyor

Signed-off-by: deadprogram <[email protected]>
  • Loading branch information
deadprogram committed Jul 12, 2017
1 parent 9af42bb commit 4c3ce98
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,8 @@ install:

build_script:
- go test -v -cpu=2 .
- go test -v -cpu=2 ./api
- 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/...

0 comments on commit 4c3ce98

Please sign in to comment.