commit | a215673da0a89b0f5cfbc4f6a111bcfd3fa2fe17 | [log] [tgz] |
---|---|---|
author | William A. Kennington III <wak@google.com> | Sat Jun 30 18:38:09 2018 -0700 |
committer | William A. Kennington III <wak@google.com> | Mon Jul 16 11:30:54 2018 -0700 |
tree | e1baab2d7db8229e83bf7cf8ed9f25b450ebc8ae | |
parent | 82c8d73ae68030f5c987e9bcfb7bcb33c234c353 [diff] |
unit-test: Enable parallel building Running one off unit test builds could saturate more of the provided CPU if we enabled parallel make steps. Currently our make processes just use single threaded mode. This allows us to use all of the available CPUs when building and testing projects which vastly speeds up builds on projects with many dependencies when run on machines with many cores. It also ensures that our builds have specified their dependencies correctly since the Makefile will be run out of order and based more on the DAG. Change-Id: I8dfefa9bb4d314143e020c32d40b82661e0a3981 Signed-off-by: William A. Kennington III <wak@google.com>
Build script for CI jobs in Jenkins.