summaryrefslogtreecommitdiff
path: root/.gitlab/os-linux.yml
diff options
context:
space:
mode:
authorKyle Edwards <kyle.edwards@kitware.com>2022-08-02 11:05:52 -0400
committerKyle Edwards <kyle.edwards@kitware.com>2022-08-02 11:05:52 -0400
commitbf7e3124cbed46fe4e34b90684697983963946ce (patch)
tree9c361636025ca9cbfb3bfe7366a50c72ac00ee8c /.gitlab/os-linux.yml
parentad20e7b2ae6e698b6778f0572f1a03fdf1fcacda (diff)
downloadcmake-bf7e3124cbed46fe4e34b90684697983963946ce.tar.gz
Remove stale references to CMakeServerLib
Diffstat (limited to '.gitlab/os-linux.yml')
-rw-r--r--.gitlab/os-linux.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab/os-linux.yml b/.gitlab/os-linux.yml
index 25d5365c95..37e5c22525 100644
--- a/.gitlab/os-linux.yml
+++ b/.gitlab/os-linux.yml
@@ -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