Skip to content

Commit 60a645f

Browse files
committed
Added ubuntu 24.04 build configuration
1 parent 140cb44 commit 60a645f

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

ctest-custom.cmake

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,17 @@ elseif(${HOSTNAME} STREQUAL "debian-oldstable" )
5151
set(CTEST_BUILD_CONFIGURATION "RelWithDebInfo")
5252
set(CONFIGURE_OPTIONS "-DBUILD_TESTING=ON")
5353

54+
# CI Ubuntu Noble
55+
elseif(${HOSTNAME} STREQUAL "ubuntu-oldlts" )
56+
set(CTEST_SITE ci-debian-oldstable)
57+
set(CTEST_BUILD_NAME x86_64-linux-ubuntu-24-04)
58+
set(CTEST_DASHBOARD Continuous)
59+
set(CTEST_GIT_COMMAND "/usr/bin/git")
60+
message(STATUS "Found known CI config: ubuntu-oldlts")
61+
62+
set(CTEST_BUILD_CONFIGURATION "RelWithDebInfo")
63+
set(CONFIGURE_OPTIONS "-DBUILD_TESTING=ON")
64+
5465
else()
5566

5667
#set(CTEST_SITE ${HOSTNAME})

0 commit comments

Comments
 (0)