Warning, /office/calligra/CTestConfig.cmake is written in an unsupported language. File is not indexed.

0001 ## This file should be placed in the root directory of your project.
0002 ## Then modify the CMakeLists.txt file in the root directory of your
0003 ## project to incorporate the testing dashboard.
0004 ## # The following are required to uses Dart and the Cdash dashboard
0005 ##   ENABLE_TESTING()
0006 ##   INCLUDE(CTest)
0007 set(CTEST_PROJECT_NAME "calligra")
0008 set(CTEST_NIGHTLY_START_TIME "20:00:00 CET")
0009 
0010 set(CTEST_DROP_METHOD "http")
0011 set(CTEST_DROP_SITE "my.cdash.org")
0012 set(CTEST_DROP_LOCATION "/submit.php?project=calligra")
0013 set(CTEST_DROP_SITE_CDASH TRUE)
0014 set(CTEST_PROJECT_SUBPROJECTS cstester)