ci: install gmock in the Fedora 31 image

The gmock libraries are referenced by GTest's CMake package files.

While at it, also explicitly install gettext.  It is installed already,
but make it explicit for future testing of the FindGettext module.
This commit is contained in:
Brad King
2020-10-22 09:28:08 -04:00
parent ccd313a074
commit 585cc7c930
2 changed files with 3 additions and 1 deletions

View File

@@ -39,8 +39,10 @@ dnf install --setopt=install_weak_deps=False -y \
fontconfig-devel \
freetype-devel \
gdal-devel \
gettext \
giflib-devel \
glew-devel \
gmock \
gnutls-devel \
gsl-devel \
gtest-devel \

View File

@@ -49,7 +49,7 @@
### Fedora
.fedora31:
image: "kitware/cmake:ci-fedora31-x86_64-2020-10-20"
image: "kitware/cmake:ci-fedora31-x86_64-2020-10-22"
variables:
GIT_CLONE_PATH: "$CI_BUILDS_DIR/cmake ci/long file name for testing purposes"