According to the dashboard your build completed in 0.3 minutes.  My
guess is you're not "make clean"ing the build before kicking off the
Nightly target so the warnings aren't showing up unless that
particular source file gets recompiled.

Your best bet is probably to create a CTest script and use "ctest -S
foo.cmake" to kick off your builds.  It will run CMake configuring
from scratch, build the code and then run ctest and submit all of the
results.

See:
http://www.itk.org/Wiki/CMake_Scripting_Of_CTest
be sure to include the following line for a clean build every night:
set(CTEST_START_WITH_EMPTY_BINARY_DIRECTORY TRUE)



On Fri, Feb 12, 2010 at 7:05 PM, Paul Martz <pma...@skew-matrix.com> wrote:
> Hi all -- I routinely get harmless warnings with my OSG build on OS X. I've
> set up the system (MotorCity) for nightly reporting, but the CDash web page
> never shows the warning.
> http://cdash.openscenegraph.org/index.php?project=OpenSceneGraph
>
> I know the warnings are occurring in the nightly build because I see "*"
> asterisks in the console output during the build. But when the results
> appear on the CDash web page, it shows my build had 0 warnings.
>
> Does anyone know what might be amiss here?
> --
> Paul Martz
> Skew Matrix Software LLC
> _http://www.skew-matrix.com_ <http://www.skew-matrix.com/>
> +1 303 859 9466
>
> _______________________________________________
> osg-users mailing list
> osg-users@lists.openscenegraph.org
> http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org
>



-- 
Philip Lowman
_______________________________________________
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Reply via email to