mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-09-04 00:18:53 +00:00
Build for Darwin and Windows in CI
Signed-off-by: Ian Campbell <ian.campbell@docker.com>
This commit is contained in:
@@ -8,4 +8,6 @@ jobs:
|
||||
steps:
|
||||
- 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 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
|
||||
|
Reference in New Issue
Block a user