mirror of
https://github.com/Unidata/netcdf-c.git
synced 2024-11-21 03:13:42 +08:00
Adding new security stance to cdash instance.
This commit is contained in:
parent
af8f9ad2cf
commit
7cbbc32dad
@ -894,7 +894,7 @@ IF(ENABLE_TESTS)
|
||||
|
||||
# Options for CTest-based tests, dashboards.
|
||||
SET(NC_CTEST_PROJECT_NAME "netcdf-c" CACHE STRING "Project Name for CTest-based testing purposes.")
|
||||
SET(NC_CTEST_DROP_SITE "cdash.unidata.ucar.edu" CACHE STRING "Dashboard location for CTest-based testing purposes.")
|
||||
SET(NC_CTEST_DROP_SITE "cdash.unidata.ucar.edu:443" CACHE STRING "Dashboard location for CTest-based testing purposes.")
|
||||
SET(NC_CTEST_DROP_LOC_PREFIX "" CACHE STRING "Prefix for Dashboard location on remote server when using CTest-based testing.")
|
||||
|
||||
FIND_PROGRAM(HOSTNAME_CMD NAMES hostname)
|
||||
@ -912,7 +912,7 @@ IF(ENABLE_TESTS)
|
||||
|
||||
# Create a CTestConfig file from the template.
|
||||
CONFIGURE_FILE("${netCDF_SOURCE_DIR}/CTestConfig.cmake.in"
|
||||
"${netCDF_SOURCE_DIR}/CTestConfig.cmake"
|
||||
"${netCDF_BINARY_DIR}/CTestConfig.cmake"
|
||||
@ONLY
|
||||
)
|
||||
|
||||
|
@ -18,7 +18,7 @@ set(CTEST_PROJECT_NAME "@NC_CTEST_PROJECT_NAME@")
|
||||
set(CTEST_NIGHTLY_START_TIME "02:00:00 EDT")
|
||||
SET(CTEST_SITE "@NC_CTEST_SITE@")
|
||||
|
||||
set(CTEST_DROP_METHOD "http")
|
||||
set(CTEST_DROP_METHOD "https")
|
||||
set(CTEST_DROP_SITE "@NC_CTEST_DROP_SITE@")
|
||||
set(CTEST_DROP_LOCATION "@NC_CTEST_DROP_LOC_PREFIX@/submit.php?project=@NC_CTEST_PROJECT_NAME@")
|
||||
set(CTEST_DROP_SITE_CDASH TRUE)
|
||||
|
Loading…
Reference in New Issue
Block a user