On 4/4/2012 9:11 AM, Jean-Christophe Fillion-Robin (Code Review) wrote: > A last question ... is how this gonna be tested in a systematic > way? Would be great, if a devel package could be generate and > the ITK applications build against it on a nightly basis. > To view, visit http://review.source.kitware.com/4873
I run a nightly dashboard that builds all the tests as an outside project using an ITK install tree: http://open.cdash.org/buildSummary.php?buildid=2153144 The installation is done by the Install test: http://itk.org/gitweb?p=ITK.git;a=tree;f=Utilities/InstallTest;hb=v4.1.0 Currently it just installs everything without specifying any component. A second "InstallComponent" test could be added that installs things using one component at a time. -Brad _______________________________________________ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Kitware offers ITK Training Courses, for more information visit: http://kitware.com/products/protraining.php Please keep messages on-topic and check the ITK FAQ at: http://www.itk.org/Wiki/ITK_FAQ Follow this link to subscribe/unsubscribe: http://www.itk.org/mailman/listinfo/insight-developers
