Revision 174990ab73652067d97dddf2010864982897264b authored by Christoph Lehmann on 04 May 2022, 08:43:40 UTC, committed by Christoph Lehmann on 15 September 2022, 12:31:57 UTC
1 parent 1f06142
Raw File
CTestConfig.cmake
set(CTEST_PROJECT_NAME "ogs")
set(CTEST_NIGHTLY_START_TIME "01:00:00 UTC")
set(CTEST_SUBMIT_URL
    "https://cdash.opengeosys.org/submit.php?project=${CTEST_PROJECT_NAME}"
)
if(DEFINED ENV{CI_JOB_NAME})
    set(BUILDNAME $ENV{CI_JOB_NAME})
endif()
back to top