Skip to content

Commit

Permalink
Add bazel-build and bazel-test to the Makefile.
Browse files Browse the repository at this point in the history
  • Loading branch information
spxtr committed Dec 27, 2016
1 parent 87d6fe4 commit 1dbfaa8
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -467,3 +467,11 @@ else
help:
hack/make-rules/make-help.sh
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/...

0 comments on commit 1dbfaa8

Please sign in to comment.