mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 19:56:01 +00:00
Add bazel-build and bazel-test to the Makefile.
This commit is contained in:
parent
87d6fe4e55
commit
1dbfaa8ef6
8
Makefile
8
Makefile
@ -467,3 +467,11 @@ else
|
|||||||
help:
|
help:
|
||||||
hack/make-rules/make-help.sh
|
hack/make-rules/make-help.sh
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
# Non-dockerized bazel rules.
|
||||||
|
.PHONY: bazel-build bazel-test
|
||||||
|
bazel-build:
|
||||||
|
bazel build //cmd/... //pkg/... //federation/... //plugin/... //build/... //examples/... //test/... //third_party/...
|
||||||
|
|
||||||
|
bazel-test:
|
||||||
|
bazel test --test_output=errors //cmd/... //pkg/... //federation/... //plugin/... //build/... //third_party/...
|
||||||
|
Loading…
Reference in New Issue
Block a user