Build for Darwin and Windows in CI

Signed-off-by: Ian Campbell <ian.campbell@docker.com>
This commit is contained in:
Ian Campbell 2017-07-06 17:51:43 +01:00
parent d87a3f9990
commit 48f1dd042f

View File

@ -9,3 +9,5 @@ jobs:
- checkout
- run: go get github.com/golang/lint/golint
- run: cd $GOPATH/src/github.com/moby/tool && make test
- run: cd $GOPATH/src/github.com/moby/tool && make clean && make GOOS=darwin
- run: cd $GOPATH/src/github.com/moby/tool && make clean && make GOOS=windows