[CMake] ctest -DContinuousBuild doesn't build

Kedzierski, Artur CIV NAVSURFWARCENDIV CORONA artur.kedzierski at navy.mil
Thu May 3 10:35:23 EDT 2007


 
	Yes, it works with passing all of the arguments at once. I'll
use that.
	Thank You.

--
Artur Kedzierski

-----Original Message-----
From: David Cole [mailto:david.cole at kitware.com] 
Sent: Wednesday, May 02, 2007 9:22
To: Kedzierski, Artur CIV NAVSURFWARCENDIV CORONA
Cc: CMake Mailing List
Subject: Re: [CMake] ctest -DContinuousBuild doesn't build

Try passing all the arguments at once to one invocation of ctest:

ctest -DContinuousStart -DContinuousConfigure -DContinuousUpdate
--overwrite SVNUpdateOptions="-r10000" -DContinuousBuild

Does that work?





On 5/2/07, Kedzierski, Artur CIV NAVSURFWARCENDIV CORONA
<artur.kedzierski at navy.mil> wrote: 

	        Hi, 

	        I run the following sequence of commands: 

	ctest -DContinuousStart 
	ctest -DContinuousConfigure 
	ctest -DContinuousUpdate --overwrite SVNUpdateOptions="-r10000" 
	ctest -DContinuousBuild 

	        The last command will not do anything. It just exits
silently even 
	though they were updates. I even updated my sources by hand to
100 revisions 
	back to test it. The step 
	ctest -DContinuousUpdate --overwrite SVNUpdateOptions="-r10000" 
	reports update by 100 revisions and a few hundred files updated.
However, 
	there is no compilation by ContinuousBuild. 
	        Any ideas? 

	-- 
	Artur Kedzierski 


	_______________________________________________
	CMake mailing list
	CMake at cmake.org
	http://www.cmake.org/mailman/listinfo/cmake
<http://www.cmake.org/mailman/listinfo/cmake> 
	




More information about the CMake mailing list