Revision ce6b80ad141aa5ce4f88f43586db0328dcdb0597 authored by Christoph Lehmann on 05 August 2022, 06:41:15 UTC, committed by Christoph Lehmann on 15 September 2022, 12:31:57 UTC
1 parent 6d82ea6
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