https://gitlab.opengeosys.org/ogs/ogs.git
Revision 53990a01ee94bd9004bf8fa48b9424d83ae360b9 authored by joergbuchwald on 16 December 2022, 23:39:34 UTC, committed by joergbuchwald on 02 February 2023, 14:24:10 UTC
1 parent 13a23b3
Raw File
Tip revision: 53990a01ee94bd9004bf8fa48b9424d83ae360b9 authored by joergbuchwald on 16 December 2022, 23:39:34 UTC
add TRM ctests for anisotropic thermal_expansivity
Tip revision: 53990a0
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