diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2005-05-02 18:15:29 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2005-05-02 18:15:29 (GMT) |
commit | f1ebfb24c63e9a37d440d405d0940ee07d572ace (patch) | |
tree | 8549dde40e9728f027a357d3b16f58bdbdf41938 /CTestConfig.cmake | |
parent | 572d9f11476e1964e333373169eaff6d57e3ff43 (diff) | |
download | CMake-f1ebfb24c63e9a37d440d405d0940ee07d572ace.zip CMake-f1ebfb24c63e9a37d440d405d0940ee07d572ace.tar.gz CMake-f1ebfb24c63e9a37d440d405d0940ee07d572ace.tar.bz2 |
ENH: More commands. Start working on new style ctest configuration
Diffstat (limited to 'CTestConfig.cmake')
-rw-r--r-- | CTestConfig.cmake | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/CTestConfig.cmake b/CTestConfig.cmake new file mode 100644 index 0000000..0623d67 --- /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") + |