summaryrefslogtreecommitdiff
path: root/CTestConfig.cmake
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2005-05-02 14:15:29 -0400
committerAndy Cedilnik <andy.cedilnik@kitware.com>2005-05-02 14:15:29 -0400
commitf1ebfb24c63e9a37d440d405d0940ee07d572ace (patch)
tree8549dde40e9728f027a357d3b16f58bdbdf41938 /CTestConfig.cmake
parent572d9f11476e1964e333373169eaff6d57e3ff43 (diff)
downloadcmake-f1ebfb24c63e9a37d440d405d0940ee07d572ace.tar.gz
ENH: More commands. Start working on new style ctest configuration
Diffstat (limited to 'CTestConfig.cmake')
-rw-r--r--CTestConfig.cmake6
1 files changed, 6 insertions, 0 deletions
diff --git a/CTestConfig.cmake b/CTestConfig.cmake
new file mode 100644
index 0000000000..0623d67798
--- /dev/null
+++ b/CTestConfig.cmake
@@ -0,0 +1,6 @@
+SET (CTEST_NIGHTLY_START_TIME "21:00:00 EDT")
+SET (CTEST_DROP_SITE "public.kitware.com")
+SET (CTEST_DROP_LOCATION "/cgi-bin/HTTPUploadDartFile.cgi")
+SET (CTEST_TRIGGER_SITE
+ "http://${DROP_SITE}/cgi-bin/Submit-CMake-TestingResults.cgi")
+