summaryrefslogtreecommitdiffstats
path: root/.gitlab
diff options
context:
space:
mode:
authorKyle Edwards <kyle.edwards@kitware.com>2022-08-02 15:05:52 (GMT)
committerKyle Edwards <kyle.edwards@kitware.com>2022-08-02 15:05:52 (GMT)
commitbf7e3124cbed46fe4e34b90684697983963946ce (patch)
tree9c361636025ca9cbfb3bfe7366a50c72ac00ee8c /.gitlab
parentad20e7b2ae6e698b6778f0572f1a03fdf1fcacda (diff)
downloadCMake-bf7e3124cbed46fe4e34b90684697983963946ce.zip
CMake-bf7e3124cbed46fe4e34b90684697983963946ce.tar.gz
CMake-bf7e3124cbed46fe4e34b90684697983963946ce.tar.bz2
Remove stale references to CMakeServerLib
Diffstat (limited to '.gitlab')
-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 25d5365..37e5c22 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