mirror of
https://github.com/Unidata/netcdf-c.git
synced 2024-11-21 03:13:42 +08:00
Adding developer tools to branch.
This commit is contained in:
parent
38924a998c
commit
5cb3f0b04a
@ -1,15 +1,30 @@
|
||||
## 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)
|
||||
# CTest/CDash configuration
|
||||
|
||||
set(CTEST_PROJECT_NAME "netcdf-c")
|
||||
set(CTEST_NIGHTLY_START_TIME "00:00:00 EST")
|
||||
SET(CTEST_PROJECT_SUBPROJECTS netcdf ncgen ncdump nccopy nc_test)
|
||||
SET(CTEST_USE_LAUNCHERS 1)
|
||||
|
||||
set(CTEST_DROP_METHOD "http")
|
||||
set(CTEST_DROP_SITE "my.cdash.org")
|
||||
set(CTEST_DROP_LOCATION "/submit.php?project=netcdf-c")
|
||||
set(CTEST_DROP_SITE_CDASH TRUE)
|
||||
IF(USE_REMOTE_CDASH)
|
||||
set(CTEST_PROJECT_NAME "netcdf-c")
|
||||
set(CTEST_NIGHTLY_START_TIME "00:00:00 EST")
|
||||
set(CTEST_SITE "Unidata OSX")
|
||||
set(CTEST_DROP_METHOD "http")
|
||||
set(CTEST_DROP_SITE "my.cdash.org")
|
||||
set(CTEST_DROP_LOCATION "/submit.php?project=netcdf-c")
|
||||
set(CTEST_DROP_SITE_CDASH TRUE)
|
||||
ELSEIF(BUILDING_TRUNK)
|
||||
SET (CTEST_DROP_METHOD "http")
|
||||
SET (CTEST_DROP_SITE "yakov.unidata.ucar.edu/")
|
||||
SET (CTEST_DROP_LOCATION "CDash/submit.php?project=netcdf-c")
|
||||
SET (CTEST_DROP_SITE_CDASH TRUE)
|
||||
ELSEIF(WORKING_FROM_HOME)
|
||||
SET (CTEST_DROP_METHOD "http")
|
||||
SET (CTEST_DROP_SITE "localhost:4111/")
|
||||
SET (CTEST_DROP_LOCATION "CDash/submit.php?project=netcdf-cmake")
|
||||
SET (CTEST_DROP_SITE_CDASH TRUE)
|
||||
ELSE()
|
||||
SET (CTEST_PROJECT_NAME "netcdf-cmake")
|
||||
SET (CTEST_DROP_METHOD "http")
|
||||
SET (CTEST_DROP_SITE "yakov.unidata.ucar.edu/")
|
||||
SET (CTEST_DROP_LOCATION "CDash/submit.php?project=netcdf-cmake")
|
||||
SET (CTEST_DROP_SITE_CDASH TRUE)
|
||||
ENDIF()
|
||||
|
Loading…
Reference in New Issue
Block a user