书籍 Beginning Bazel: Building and Testing for Java, Go, and More的封面

Beginning Bazel: Building and Testing for Java, Go, and More

P.J. McNerney

出版社

Apress

出版时间

2019-01-01

ISBN

9781484251942

评分

★★★★★
书籍介绍

Discover Bazel, a new build and software test set of tools for today's programmers and developers. This book shows you how to speed up your builds and tests, and how to use Bazel in the context of your favorite programming language. You'll see that the languages and SDKs supported include Java, Android, iOS, and Go.

What You Will Learn

Use Bazel as a build tool

Test software with Bazel

Work with Java, C++, Android, iOS, Go, and other programming languages

Run Bazel on Linux, macOS, and Windows

Scale and extend Bazel to other languages and platforms

Who This Book Is For

Experienced programmers looking for alternative build/test tools.

用户评论
入门级别吧,很一般不如官方文档和维护者博客,想学习bazel可以照着这篇博客的方式来学https://www.philo.top/2021/01/15/bazelboost/
Monorepo,Google哲学
我觉得还不错吧,估计bazel比较简单,基本上主体是构建部分,例如go和Java一起通信这种。