ci: Explicitly install cmake
authorSimon McVittie <smcv@collabora.com>
Wed, 3 Oct 2018 16:51:35 +0000 (17:51 +0100)
committerSimon McVittie <smcv@collabora.com>
Thu, 4 Oct 2018 15:54:10 +0000 (16:54 +0100)
Travis-CI workers have cmake preinstalled, but Gitlab-CI Docker images
typically don't.

Signed-off-by: Simon McVittie <smcv@collabora.com>
Bug: https://bugs.freedesktop.org/show_bug.cgi?id=108177
Acked-by: Philip Withnall <withnall@endlessm.com>
(cherry picked from commit 907832e00849ca454322052981dbb122ea537506)

tools/ci-install.sh

index cd39026..2e2946f 100755 (executable)
@@ -126,6 +126,7 @@ case "$ci_distro" in
             autoconf-archive \
             automake \
             autotools-dev \
+            cmake \
             debhelper \
             dh-autoreconf \
             dh-exec \