summaryrefslogtreecommitdiffstats
path: root/job-cfg
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2017-09-09 13:27:05 +0200
committerHolger Levsen <holger@layer-acht.org>2017-09-09 13:27:05 +0200
commit0f3a5c04d4234ea736eda11e6792403419a29c17 (patch)
treec8162d48dd6e554ee2cad04a0bcb9088ebc4f93e /job-cfg
parent229889c7c91867fa1963cd4f530553126240d2c0 (diff)
downloadjenkins.debian.net-0f3a5c04d4234ea736eda11e6792403419a29c17.tar.xz
chroot-installs: add tests for lxqt
Signed-off-by: Holger Levsen <holger@layer-acht.org>
Diffstat (limited to 'job-cfg')
-rwxr-xr-xjob-cfg/chroot-installation.yaml.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/job-cfg/chroot-installation.yaml.py b/job-cfg/chroot-installation.yaml.py
index 2616f750..35d3e295 100755
--- a/job-cfg/chroot-installation.yaml.py
+++ b/job-cfg/chroot-installation.yaml.py
@@ -38,6 +38,7 @@ all_targets = [
'kde-full',
'cinnamon',
'lxde',
+ 'lxqt',
'xfce',
'full_desktop',
'qt4',
@@ -161,6 +162,7 @@ spoken_names = {
'kde-full': 'complete KDE desktop',
'cinnamon': 'Cinnamon',
'lxde': 'LXDE',
+ 'lxqt': 'LXQT',
'xfce': 'Xfce',
'qt4': 'Qt4 cross-platform C++ application framework',
'qt5': 'Qt5 cross-platform C++ application framework',