mirror of https://github.com/kubernetes/kops.git
Improving bazel make targets, and adding a target for kops cli
This commit is contained in:
parent
48c6ac1fea
commit
88cf7d118c
8
Makefile
8
Makefile
|
|
@ -588,11 +588,15 @@ kops-server-push: kops-server-build
|
||||||
|
|
||||||
.PHONY: bazel-test
|
.PHONY: bazel-test
|
||||||
bazel-test:
|
bazel-test:
|
||||||
bazel ${BAZEL_OPTIONS} test //cmd/... //pkg/... //channels/... //nodeup/... //channels/... //protokube/... //dns-controller/... //tests/... //upup/... //util/... //hack:verify-all --test_output=errors
|
bazel ${BAZEL_OPTIONS} test //cmd/... //pkg/... //channels/... //nodeup/... //protokube/... //dns-controller/... //tests/... //upup/... //util/... //federation/... //hack:verify-all --test_output=errors
|
||||||
|
|
||||||
.PHONY: bazel-build
|
.PHONY: bazel-build
|
||||||
bazel-build:
|
bazel-build:
|
||||||
bazel build //cmd/... //pkg/... //channels/... //nodeup/... //channels/... //protokube/... //dns-controller/...
|
bazel build //cmd/... //pkg/... //channels/... //nodeup/... //protokube/... //dns-controller/... //util/... //federation/...
|
||||||
|
|
||||||
|
.PHONY: bazel-build-cli
|
||||||
|
bazel-build-cli:
|
||||||
|
bazel build //cmd/kops/...
|
||||||
|
|
||||||
# Not working yet, but we can hope
|
# Not working yet, but we can hope
|
||||||
#.PHONY: bazel-crossbuild-kops
|
#.PHONY: bazel-crossbuild-kops
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue