mirror of
https://github.com/Unidata/netcdf-cxx4.git
synced 2024-11-21 03:13:46 +08:00
19 lines
676 B
CMake
19 lines
676 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 submit to the CDash dashboard:
|
|
## ENABLE_TESTING()
|
|
## INCLUDE(CTest)
|
|
|
|
set(DART_TESTING_TIMEOUT "4800")
|
|
|
|
set(CTEST_PROJECT_NAME "@NCXX_CTEST_PROJECT_NAME@")
|
|
set(CTEST_NIGHTLY_START_TIME "00:00:00 MDT")
|
|
SET(CTEST_SITE "@NCXX_CTEST_SITE@")
|
|
|
|
set(CTEST_DROP_METHOD "http")
|
|
set(CTEST_DROP_SITE "@NCXX_CTEST_DROP_SITE@")
|
|
set(CTEST_DROP_LOCATION "@NCXX_CTEST_DROP_LOC_PREFIX@/submit.php?project=@NCXX_CTEST_PROJECT_NAME@")
|
|
set(CTEST_DROP_SITE_CDASH TRUE)
|