[cmake-developers] Introduction and volunteering for the Matlab package

Raffi Enficiaud raffi.enficiaud at free.fr
Fri Feb 13 09:04:00 EST 2015


> On 13 Feb 2015, at 14:58, Brad King <brad.king at kitware.com> wrote:
> 
> On 02/13/2015 05:10 AM, Raffi Enficiaud wrote:
>> 3 build agents (lts14.04, osx10.9 and win7x64) are now running the nightly with the CMake_TEST_FindMatlab set to ON.
>> The site name is bambooagent.raffienficiaud @ https://open.cdash.org/viewSite.php?siteid=11851&project=1&currenttime=1423789200
> 
> Those look great!
> 
> The one test failure on Windows may be because the total path length
> gets too deep and exceeds some internal MS tool limits of 260 characters.
> Please move the build to somewhere with a shorter path.  Usually I keep
> mine under 55 characters or so to the top of the build tree.

Args! I'll try to reconfigure the agent temporary build path then, but not before next week I am afraid. 

> 
> In the two that use the "Unix Makefiles" generator you can also add
> 
> set(CTEST_BUILD_FLAGS "-j4") # parallel build level
> 
> In all three dashboard scripts you could add:
> 
> set(CTEST_TEST_ARGS PARALLEL_LEVEL 4)
> 
> to get tests to run in parallel.  Of course you can set the levels
> based on the available hardware on each machine.

I'll do that!
Looks that things are on good tracks then,

Thanks for driving this,
Raffi Enficiaud


More information about the cmake-developers mailing list