ci: Explicitly install cmake

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 907832e008)
This commit is contained in:
Simon McVittie 2018-10-03 17:51:35 +01:00
parent 35fb20a1f4
commit 6995c5ea5b

View file

@ -126,6 +126,7 @@ case "$ci_distro" in
autoconf-archive \
automake \
autotools-dev \
cmake \
debhelper \
dh-autoreconf \
dh-exec \