CDash:Build Management
From KitwarePublic
Jump to navigationJump to search
CDash 1.6 implements a beta version of remote build management directly from CDash. This page describes how to enable build management in CDash and will be updated as we improve the concept.
Introduction
The main idea of the CDash/CTest build management is to have clients announce their availability to the CDash server. The server then schedule and allocate the proper clients based on the build requirements.
Installation
In your config.local.php put the following line:
$CDASH_MANAGE_CLIENTS = '1';
Then create a CTest script on your client machine: