From 42231ae0f5e9d50e5ac3898f1e53db72b2faf16a Mon Sep 17 00:00:00 2001 From: Brenden Matthews Date: Sun, 28 Feb 2021 14:30:21 -0600 Subject: [PATCH] Add back the other missing make install. --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2dcbfdd4..480b0de6 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -253,6 +253,7 @@ fedora-33 clang-11: - if [ "$COMPILER" == "clang-11" ] ; then make -j4 test-conky-coverage-html ; fi - if [ "$COMPILER" == "clang-11" ] ; then lcov-summary test-conky-coverage-html.info.cleaned ; fi - make -j4 + - make -j4 install - conky -v - find . -iname '*.gcda' -delete - |