mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-02-04 22:20:30 +01:00
CI: Install qhelpgenerator for native production build on buster
This will be used in dbus!150. Signed-off-by: Simon McVittie <smcv@collabora.com>
This commit is contained in:
parent
3ce28815e9
commit
23e1f044f4
1 changed files with 10 additions and 0 deletions
|
|
@ -54,6 +54,10 @@ NULL=
|
||||||
# Typical values for ci_distro=fedora might be 25, rawhide
|
# Typical values for ci_distro=fedora might be 25, rawhide
|
||||||
: "${ci_suite:=xenial}"
|
: "${ci_suite:=xenial}"
|
||||||
|
|
||||||
|
# ci_variant:
|
||||||
|
# One of debug, reduced, legacy, production
|
||||||
|
: "${ci_variant:=production}"
|
||||||
|
|
||||||
if [ $(id -u) = 0 ]; then
|
if [ $(id -u) = 0 ]; then
|
||||||
sudo=
|
sudo=
|
||||||
else
|
else
|
||||||
|
|
@ -119,6 +123,12 @@ case "$ci_distro" in
|
||||||
;;
|
;;
|
||||||
esac
|
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 \
|
$sudo apt-get -qq -y --no-install-recommends install \
|
||||||
adduser \
|
adduser \
|
||||||
autoconf-archive \
|
autoconf-archive \
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue