summaryrefslogtreecommitdiff
path: root/DartConfig.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'DartConfig.cmake')
-rw-r--r--DartConfig.cmake13
1 files changed, 13 insertions, 0 deletions
diff --git a/DartConfig.cmake b/DartConfig.cmake
new file mode 100644
index 0000000000..7958634cd8
--- /dev/null
+++ b/DartConfig.cmake
@@ -0,0 +1,13 @@
+# Dart server to submit results (used by client)
+SET (DROP_SITE "public.kitware.com")
+SET (DROP_LOCATION "/incoming")
+SET (DROP_SITE_USER "anonymous")
+SET (DROP_SITE_PASSWORD "cmake-tester@somewhere.com")
+SET (TRIGGER_SITE
+ "http://${DROP_SITE}/cgi-bin/Submit-CMake-TestingResults.pl")
+
+# Dart server configuration
+SET (CVS_WEB_URL "http://${DROP_SITE}/cgi-bin/cvsweb.cgi/CMake/")
+SET (CVS_WEB_CVSROOT "CMake")
+SET (DOXYGEN_URL "http://${DROP_SITE}/CMake/Doxygen/html/" )
+SET (GNATS_WEB_URL "http://${DROP_SITE}/cgi-bin/gnatsweb.pl/CMake/")