From 48204d18ff68108472ddd4d7f4544c0663abe562 Mon Sep 17 00:00:00 2001 From: paradiseo Date: Mon, 17 Nov 2008 10:27:55 +0000 Subject: [PATCH] Switch from Dart to Dash. --- eo/CTestConfig.cmake | 7 +++++++ eo/DartConfig.cmake | 13 ------------- 2 files changed, 7 insertions(+), 13 deletions(-) create mode 100644 eo/CTestConfig.cmake delete mode 100644 eo/DartConfig.cmake diff --git a/eo/CTestConfig.cmake b/eo/CTestConfig.cmake new file mode 100644 index 00000000..465d208d --- /dev/null +++ b/eo/CTestConfig.cmake @@ -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) diff --git a/eo/DartConfig.cmake b/eo/DartConfig.cmake deleted file mode 100644 index 53b66a90..00000000 --- a/eo/DartConfig.cmake +++ /dev/null @@ -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") - -#############################################################################