-
Notifications
You must be signed in to change notification settings - Fork 156
Description
I am an intern responsible for evaluating the distributed build systems available for Windows and Linux.
I have few limitation which I need to consider before evaluating them
Should be Open Source/ Licensed (less preferably)
Supports both Win and Linux
Support CMake
I came across BuildXL while exploring and found that it is also a build distribution tool.
But I couldn't find any documentation which describes how to set up and use build distribution across machines connected to the network.
Is this feature only available to the Microsoft developers? Or can we set up and use build distribution as well? If yes, what are the steps that I should follow?
Thanks and regards
P.S.: I found this documentation https://github.com/microsoft/BuildXL/blob/master/Documentation/Wiki/Distributed-Builds.md but it only describes the components and its function not the setup and how to run a build using distribution.