diff options
author | Simon McVittie <smcv@collabora.com> | 2018-10-03 17:51:35 +0100 |
---|---|---|
committer | Simon McVittie <smcv@collabora.com> | 2018-10-04 16:54:10 +0100 |
commit | 6995c5ea5b92d2f68f7d76f3c5361dd9097d2a27 (patch) | |
tree | a397b42ff1da3a35b87f18c212402aa9247739a1 /tools | |
parent | 35fb20a1f4e019ce19e14fe8d2fcae90ba466d91 (diff) | |
download | dbus-6995c5ea5b92d2f68f7d76f3c5361dd9097d2a27.tar.gz dbus-6995c5ea5b92d2f68f7d76f3c5361dd9097d2a27.tar.bz2 dbus-6995c5ea5b92d2f68f7d76f3c5361dd9097d2a27.zip |
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)
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/ci-install.sh | 1 |
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 \ |