Added DartConfig for Dart reporting. By default CTest will submit to dart.irisa.fr (project ParadisEO).
This commit is contained in:
parent
af0f4fdd42
commit
60e8d2bc0f
1 changed files with 11 additions and 0 deletions
11
eo/DartConfig.cmake
Normal file
11
eo/DartConfig.cmake
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
|
||||
#############################################################################
|
||||
# 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")
|
||||
#############################################################################
|
||||
Reference in a new issue