Adding developer tools to branch.

This commit is contained in:
Ward Fisher 2013-08-05 22:37:33 +00:00
parent 38924a998c
commit 5cb3f0b04a
2 changed files with 1689 additions and 13 deletions

View File

@ -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()

1661
Doxyfile Executable file

File diff suppressed because it is too large Load Diff