Switch from Dart to Dash.
This commit is contained in:
parent
462d3ac568
commit
48204d18ff
2 changed files with 7 additions and 13 deletions
7
eo/CTestConfig.cmake
Normal file
7
eo/CTestConfig.cmake
Normal 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)
|
||||
|
|
@ -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")
|
||||
|
||||
#############################################################################
|
||||
Loading…
Add table
Add a link
Reference in a new issue