8/25/2016

bazel commonly used commands

bazel build foo/bar
bazel build -c opt --strip=always foo/bar/...

# How to verbose log bazel build
bazel build -s //my:target
bazel test --runs_per_test=10

No comments: