From: Simon McVittie Date: Wed, 3 Oct 2018 16:51:35 +0000 (+0100) Subject: ci: Explicitly install cmake X-Git-Tag: dbus-1.13.8~77 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=907832e00849ca454322052981dbb122ea537506;p=thirdparty%2Fdbus.git ci: Explicitly install cmake Travis-CI workers have cmake preinstalled, but Gitlab-CI Docker images typically don't. Signed-off-by: Simon McVittie Bug: https://bugs.freedesktop.org/show_bug.cgi?id=108177 Acked-by: Philip Withnall --- diff --git a/tools/ci-install.sh b/tools/ci-install.sh index 68d1c11ba..1f8eefc5b 100755 --- a/tools/ci-install.sh +++ b/tools/ci-install.sh @@ -114,6 +114,7 @@ case "$ci_distro" in autoconf-archive \ automake \ autotools-dev \ + cmake \ debhelper \ dh-autoreconf \ dh-exec \