summaryrefslogtreecommitdiff
path: root/tools/ci-install.sh
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 10:21:25 +0100
commit907832e00849ca454322052981dbb122ea537506 (patch)
treec7d45172ac8bda9778f9837808c5b6ab024425c3 /tools/ci-install.sh
parent60933c09e9e891f74f0102fabe22d29a1a7ae5c5 (diff)
downloaddbus-907832e00849ca454322052981dbb122ea537506.tar.gz
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>
Diffstat (limited to 'tools/ci-install.sh')
-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 68d1c11b..1f8eefc5 100755
--- a/tools/ci-install.sh
+++ b/tools/ci-install.sh
@@ -114,6 +114,7 @@ case "$ci_distro" in
autoconf-archive \
automake \
autotools-dev \
+ cmake \
debhelper \
dh-autoreconf \
dh-exec \