https://gitlab.opengeosys.org/ogs/ogs.git
Revision 9a03d3f00b1f4ec659e8a6c3c77ba74a25d019d0 authored by Lars Bilke on 13 January 2023, 16:19:40 UTC, committed by Lars Bilke on 13 January 2023, 16:19:40 UTC
Draft: Use ogstools-project

See merge request ogs/ogs!4435
2 parent s 54a7016 + 4800358
Raw File
Tip revision: 9a03d3f00b1f4ec659e8a6c3c77ba74a25d019d0 authored by Lars Bilke on 13 January 2023, 16:19:40 UTC
Merge branch 'ogstools' into 'master'
Tip revision: 9a03d3f
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