Well done J-S and J-L ! I'll try it...
It would be nice to have many different build tests when Robert will come back ;-) Cheers, Pierre. Le jeudi 23 juillet 2009 à 09:38 -0400, Jean-Sébastien Guay a écrit : > 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 > pièce jointe document texte brut (CTestConfig.cmake) > ## 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-users mailing list > [email protected] > http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Pierre BOURDIN I.M.E.R.I.R. Av. Pascot BP 90443 66004 PERPIGNAN tél: 04 68 56 84 95 fax: 04 68 55 03 86 email: [email protected] ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

