]> git.ipfire.org Git - thirdparty/dbus.git/commitdiff
CI: Install qhelpgenerator for native production build on buster
authorSimon McVittie <smcv@collabora.com>
Mon, 6 Apr 2020 13:53:19 +0000 (14:53 +0100)
committerSimon McVittie <smcv@collabora.com>
Mon, 6 Apr 2020 13:59:34 +0000 (14:59 +0100)
This will be used in dbus!150.

Signed-off-by: Simon McVittie <smcv@collabora.com>
tools/ci-install.sh

index a28f5bacaad14778575779fdd7130db6a8ae373d..01b8d669ba41d7b593e870e32213e9921144d7de 100755 (executable)
@@ -54,6 +54,10 @@ NULL=
 # Typical values for ci_distro=fedora might be 25, rawhide
 : "${ci_suite:=xenial}"
 
+# ci_variant:
+# One of debug, reduced, legacy, production
+: "${ci_variant:=production}"
+
 if [ $(id -u) = 0 ]; then
     sudo=
 else
@@ -119,6 +123,12 @@ case "$ci_distro" in
                 ;;
         esac
 
+        if [ "$ci_host/$ci_variant/$ci_suite" = "native/production/buster" ]; then
+            $sudo apt-get -qq -y --no-install-recommends install \
+                qttools5-dev-tools \
+                ${NULL}
+        fi
+
         $sudo apt-get -qq -y --no-install-recommends install \
             adduser \
             autoconf-archive \