Skip to content
/ trunk Public
forked from bazelment/trunk

Make bazel an out of box solution for C++/Java developers

License

Notifications You must be signed in to change notification settings

zz-pony/trunk

 
 

Repository files navigation

trunk

Build Status

A collection of C++/Java opensource projects with BUILD files so they can be easily built with bazel.

To try:

$ git clone https://github.com/mzhaom/trunk && cd trunk
$ git submodule update --init
$ bazel build examples/...

If you have used docker before, there is a docker image that has bazel installed with all the trunk source checked out, which can be tried with:

$ docker run --rm -ti bazelment/trunk:lrte
$ bazel build examples/...

Currently C++ projects can be only built on Linux x64 system.

C++

Java

  • grpc-java gRPC in Java
  • guava Guava: Google Core Libraries for Java
  • netty Netty is a NIO client server framework which enables quick and easy development of network applications such as protocol servers and clients.

About

Make bazel an out of box solution for C++/Java developers

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 78.0%
  • C 16.2%
  • Shell 5.8%