-
Notifications
You must be signed in to change notification settings - Fork 2.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add a Bazel build for cartographer #834
Add a Bazel build for cartographer #834
Conversation
This does not include cartographer_grpc, nor any of the binaries (*_main.cc). It has been tested with Bazel 0.9.0 on Ubuntu 14.04 with the latest (at time of writing) dazel/dazel container, by running: ``` bazel build //... bazel test //... ```
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
glad that this was so short and easy :)
Thanks for working on this!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great work! Thanks Rodrigo!
@@ -0,0 +1,17 @@ | |||
# Copyright 2018 The Cartographer Authors |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is it important that this is in tools? We have a cmake subdirectory. Should we rather have this file in a bazel subdirectory?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
As discussed this one needs to stay but others have gone into the subfolder.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@wally-the-cartographer merge |
Merge requested by authorized user cschuet. Merge queue now has a length of 1. |
This does not include cartographer_grpc, nor any of the binaries (*_main.cc). It has been tested with Bazel 0.9.0 on Ubuntu 14.04 with the latest (at time of writing) dazel/dazel container, by running: ``` bazel build //... bazel test //... ``` While this is a large CL, the files under third_party are not new - they have been through internal review, and this is their open-source release. The other files come to 212 lines of code.
This does not include cartographer_grpc, nor any of the binaries
(*_main.cc). It has been tested with Bazel 0.9.0 on Ubuntu 14.04 with
the latest (at time of writing) dazel/dazel container, by running:
While this is a large CL, the files under third_party are not new - they have been through internal review, and this is their open-source release. The other files come to 212 lines of code.