Thanks JS, change now merged to svn/trunk and OSG-2.8.
On Thu, Jul 23, 2009 at 2:38 PM, Jean-Sébastien Guay<[email protected]> wrote: > Hi all, > > Some of you may have noticed that nightly builds have not been showing up on > the public CDash dashboard recently. > > http://www.cdash.org/CDashPublic/index.php?project=OpenSceneGraph > > That's because the public CDash build dashboard has a build limit which we > exceeded recently. See this thread: > > http://thread.gmane.org/gmane.comp.graphics.openscenegraph.user/47349/focus=47356 > > As a result, I was investigating other options and Jose Luis Hidalgo, the > web site maintainer for openscenegraph.org, offered to install our own > dashboard on the site. This is now accessible here: > > http://cdash.openscenegraph.org/index.php?project=OpenSceneGraph > > You'll see an experimental build I just submitted to test that it was > working. > > I've attached the modified CTestConfig.cmake file that you will need to put > in your osg sources to make your nightly builds submit to that dashboard > from now on. When Robert comes back from training he'll be able to commit > that into the trunk, but for now if you want to submit nightly builds, > you'll need to replace the file manually with the one attached. > > Unfortunately, nothing was carried over from the old dashboard to this new > one. So if you had made a profile and claimed sites before, you'll have to > do it over again. I guess we could have asked the cdash.org people to dump > the database and send it to us, but I don't think build history is critical. > If someone (or Robert) disagrees we can always make the demand and import > the data later. > > So, let's start submitting builds again people! :-) > > J-S > -- > ______________________________________________________ > Jean-Sebastien Guay [email protected] > http://www.cm-labs.com/ > http://whitestar02.webhop.org/ > > ## This file should be placed in the root directory of your project. > ## Then modify the CMakeLists.txt file in the root directory of your > ## project to incorporate the testing dashboard. > ## # The following are required to uses Dart and the Cdash dashboard > ## ENABLE_TESTING() > ## INCLUDE(Dart) > set(CTEST_PROJECT_NAME "OpenSceneGraph") > set(CTEST_NIGHTLY_START_TIME "00:00:00 CET") > > set(CTEST_DROP_METHOD "http") > set(CTEST_DROP_SITE "cdash.openscenegraph.org") > set(CTEST_DROP_LOCATION "/submit.php?project=OpenSceneGraph") > set(CTEST_DROP_SITE_CDASH TRUE) > > _______________________________________________ > osg-submissions mailing list > [email protected] > http://lists.openscenegraph.org/listinfo.cgi/osg-submissions-openscenegraph.org > > _______________________________________________ osg-submissions mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-submissions-openscenegraph.org
