Remove stale references to CMakeServerLib
This commit is contained in:
parent
ad20e7b2ae
commit
bf7e3124cb
@ -481,7 +481,7 @@
|
||||
# use the scripts here.
|
||||
- "$LAUNCHER make -j$(nproc)"
|
||||
# NOTE: This regex matches that used in the release build.
|
||||
- "$LAUNCHER bin/ctest --output-on-failure -j$(nproc) -R '^(CMake\\.|CMakeLib\\.|CMakeServerLib\\.|RunCMake\\.ctest_memcheck)'"
|
||||
- "$LAUNCHER bin/ctest --output-on-failure -j$(nproc) -R '^(CMake\\.|CMakeLib\\.|RunCMake\\.ctest_memcheck)'"
|
||||
# Make a package.
|
||||
- bin/cpack -G TGZ
|
||||
- bin/cpack -G STGZ
|
||||
|
@ -883,9 +883,6 @@ add_subdirectory(Tests)
|
||||
if(NOT CMake_TEST_EXTERNAL_CMAKE)
|
||||
if(BUILD_TESTING)
|
||||
CMAKE_SET_TARGET_FOLDER(CMakeLibTests "Tests")
|
||||
IF(TARGET CMakeServerLibTests)
|
||||
CMAKE_SET_TARGET_FOLDER(CMakeServerLibTests "Tests")
|
||||
ENDIF()
|
||||
endif()
|
||||
if(TARGET documentation)
|
||||
CMAKE_SET_TARGET_FOLDER(documentation "Documentation")
|
||||
|
@ -25,7 +25,7 @@ RUN : \
|
||||
&& nice make -j $(nproc) \
|
||||
&& if $TEST; then \
|
||||
# Run tests that require the full build tree.
|
||||
bin/ctest --output-on-failure -j 8 -R '^(CMake\.|CMakeLib\.|CMakeServerLib\.|RunCMake\.ctest_memcheck)'; \
|
||||
bin/ctest --output-on-failure -j 8 -R '^(CMake\.|CMakeLib\.|RunCMake\.ctest_memcheck)'; \
|
||||
fi \
|
||||
&& bin/cpack -G TGZ \
|
||||
&& bin/cpack -G STGZ \
|
||||
|
@ -26,7 +26,7 @@ RUN : \
|
||||
&& nice make -j $(nproc) \
|
||||
&& if $TEST; then \
|
||||
# Run tests that require the full build tree.
|
||||
bin/ctest --output-on-failure -j 8 -R '^(CMake\.|CMakeLib\.|CMakeServerLib\.|RunCMake\.ctest_memcheck)'; \
|
||||
bin/ctest --output-on-failure -j 8 -R '^(CMake\.|CMakeLib\.|RunCMake\.ctest_memcheck)'; \
|
||||
fi \
|
||||
&& bin/cpack -G TGZ \
|
||||
&& bin/cpack -G STGZ \
|
||||
|
Loading…
Reference in New Issue
Block a user