Is there a way to build all targets?

2,373 views
Skip to first unread message

Paul Gross

unread,
May 15, 2015, 2:21:27 PM5/15/15
to bazel-...@googlegroups.com
Is there a way to build all targets? Something like: "bazel build //*"

If I make a change to a library that is used by a bunch of different projects, how I can build and test them all?

Thanks,
Paul

Thiago Farina

unread,
May 15, 2015, 2:26:58 PM5/15/15
to Paul Gross, bazel-...@googlegroups.com
On Fri, May 15, 2015 at 3:21 PM, Paul Gross <pgr...@gmail.com> wrote:
Is there a way to build all targets? Something like: "bazel build //*"

Not sure, does the following works?

$ bazel build //...
 
--
Thiago Farina

Paul Gross

unread,
May 15, 2015, 5:51:51 PM5/15/15
to Thiago Farina, bazel-...@googlegroups.com
That works. Thanks!
Reply all
Reply to author
Forward
0 new messages