summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <smcv@collabora.com>2018-10-03 17:51:35 +0100
committerSimon McVittie <smcv@collabora.com>2018-10-04 11:19:32 +0100
commit51cd9706f67968298aa9a3502ce4169dcc0fd61c (patch)
tree1ed88da45cb2920c90bbfa9ad602fd60b8512726
parentf902d6670f8820bf27939fcca9aa6dcdc12be985 (diff)
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 907832e00849ca454322052981dbb122ea537506)
-rwxr-xr-xtools/ci-install.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/ci-install.sh b/tools/ci-install.sh
index cd39026b..2e2946fc 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 \