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

View file

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