ENH: Adding configuration for submitting builds to the CDash Dasboard

This commit is contained in:
Luis Ibanez 2010-05-26 23:10:49 +00:00
parent 8a634d0fe3
commit 576f380eba
1 changed files with 7 additions and 0 deletions

7
CTestConfig.cmake Normal file
View File

@ -0,0 +1,7 @@
set(CTEST_PROJECT_NAME "OPENJPEG")
set(CTEST_NIGHTLY_START_TIME "3:00:00 UTC")
set(CTEST_DROP_METHOD "http")
set(CTEST_DROP_SITE "my.cdash.org")
set(CTEST_DROP_LOCATION "/submit.php?project=OPENJPEG")
set(CTEST_DROP_SITE_CDASH TRUE)