From 6995c5ea5b92d2f68f7d76f3c5361dd9097d2a27 Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Wed, 3 Oct 2018 17:51:35 +0100 Subject: [PATCH] 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 (cherry picked from commit 907832e00849ca454322052981dbb122ea537506) --- tools/ci-install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/ci-install.sh b/tools/ci-install.sh index cd39026bc..2e2946fc5 100755 --- a/tools/ci-install.sh +++ b/tools/ci-install.sh @@ -126,6 +126,7 @@ case "$ci_distro" in autoconf-archive \ automake \ autotools-dev \ + cmake \ debhelper \ dh-autoreconf \ dh-exec \ -- 2.47.3