Switch from Dart to Dash.

This commit is contained in:
paradiseo 2008-11-17 10:27:55 +00:00
commit 48204d18ff
2 changed files with 7 additions and 13 deletions

7
eo/CTestConfig.cmake Normal file
View file

@ -0,0 +1,7 @@
set(CTEST_PROJECT_NAME "ParadisEO")
set(CTEST_NIGHTLY_START_TIME "00:00:00 EST")
set(CTEST_DROP_METHOD "http")
set(CTEST_DROP_SITE "cdash.inria.fr")
set(CTEST_DROP_LOCATION "/CDash/submit.php?project=ParadisEO")
set(CTEST_DROP_SITE_CDASH TRUE)

View file

@ -1,13 +0,0 @@
#############################################################################
# Dart config for report submission
#############################################################################
SET (DROP_METHOD "xmlrpc")
SET (DROP_SITE "http://dart.irisa.fr")
SET (DROP_LOCATION "ParadisEO")
SET (CVS_WEB_URL "http://eodev.cvs.sourceforge.net/eodev/")
SET (CVS_WEB_CVSROOT "eo")
SET (NIGHTLY_START_TIME "23:00:00 WEST")
#############################################################################