1
0
mirror of https://github.com/Llewellynvdm/conky.git synced 2024-09-29 21:49:07 +00:00

Add back the other missing make install.

This commit is contained in:
Brenden Matthews 2021-02-28 14:30:21 -06:00
parent db1ee2a1c2
commit 42231ae0f5
No known key found for this signature in database
GPG Key ID: B49ABB7270D9D4FD

View File

@ -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
- |