mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-22 10:31:35 +00:00
Build for Darwin and Windows in CI
Signed-off-by: Ian Campbell <ian.campbell@docker.com>
This commit is contained in:
parent
d87a3f9990
commit
48f1dd042f
@ -9,3 +9,5 @@ jobs:
|
|||||||
- checkout
|
- checkout
|
||||||
- run: go get github.com/golang/lint/golint
|
- 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
|
||||||
|
Loading…
Reference in New Issue
Block a user