You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
heptagon/CTestConfig.cmake

7 lines
242 B
CMake

SET(CTEST_PROJECT_NAME "Heptagon")
SET(CTEST_NIGHTLY_START_TIME "20:00:00 EST")
SET(CTEST_DROP_METHOD "http")
SET(CTEST_DROP_SITE "cdash.inria.fr")
SET(CTEST_DROP_LOCATION "/CDash/submit.php?project=Heptagon")
SET(CTEST_DROP_SITE_CDASH TRUE)