summaryrefslogtreecommitdiffstats
path: root/.gitlab
diff options
context:
space:
mode:
authorBen Boeckel <ben.boeckel@kitware.com>2020-05-08 16:48:46 (GMT)
committerBen Boeckel <ben.boeckel@kitware.com>2020-05-22 15:34:14 (GMT)
commit3e1a1ba92d0e64324916f65214b633bc067997bf (patch)
tree388cc190fd8f17c46e4d2dc239214fb05e5ad110 /.gitlab
parentd5438f783a1d352e1709d10faf5e8f6e88830eca (diff)
downloadCMake-3e1a1ba92d0e64324916f65214b633bc067997bf.zip
CMake-3e1a1ba92d0e64324916f65214b633bc067997bf.tar.gz
CMake-3e1a1ba92d0e64324916f65214b633bc067997bf.tar.bz2
ci: add dependencies for the test suite to the Fedora image
Diffstat (limited to '.gitlab')
-rwxr-xr-x.gitlab/ci/docker/fedora31/install_deps.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/.gitlab/ci/docker/fedora31/install_deps.sh b/.gitlab/ci/docker/fedora31/install_deps.sh
index 5f2985f..bcb1564 100755
--- a/.gitlab/ci/docker/fedora31/install_deps.sh
+++ b/.gitlab/ci/docker/fedora31/install_deps.sh
@@ -17,4 +17,9 @@ dnf install --setopt=install_weak_deps=False -y \
texinfo \
qt5-qttools-devel
+# Tools needed for the test suite.
+dnf install --setopt=install_weak_deps=False -y \
+ findutils \
+ file
+
dnf clean all