Slide 40
Slide 40 text
Google Cloud Platform 40
Bazel
You will need a build system, if you work with teams.
Google’s build system, is now available open source.
Google has been working on this for more than 10 years.
Now you can benefit from this.
https://bazel.build/
● Scalable: Bazel helps you scale your organization,
codebase and Continuous Integration system. It
handles codebases of any size, in multiple
repositories or a huge monorepo.
● Platform independent: Works on Cloud or On
Premise.
● Any language: Build and test Java, C++, Android,
iOS, Go and a wide variety of other language
platforms (via extensions).