mariadb/CTestConfig.cmake
Leif Walsh 1f93b05fe1 [t:4814] push nightly to one minute before midnight
git-svn-id: file:///svn/toku/tokudb@43214 c7de825b-a66e-492c-adef-691d508d4ae1
2013-04-17 00:00:26 -04:00

13 lines
545 B
CMake

## This file should be placed in the root directory of your project.
## Then modify the CMakeLists.txt file in the root directory of your
## project to incorporate the testing dashboard.
## # The following are required to uses Dart and the Cdash dashboard
## ENABLE_TESTING()
## INCLUDE(CTest)
set(CTEST_PROJECT_NAME "tokudb")
set(CTEST_NIGHTLY_START_TIME "23:59:00 EDT")
set(CTEST_DROP_METHOD "http")
set(CTEST_DROP_SITE "munchkin.leifwalsh.com")
set(CTEST_DROP_LOCATION "/CDash/submit.php?project=tokudb")
set(CTEST_DROP_SITE_CDASH TRUE)