From 7d2afd1c205d324447e42a8281f646b086882cd5 Mon Sep 17 00:00:00 2001 From: Michael Weghorn Date: Thu, 21 Feb 2019 16:39:23 +0100 Subject: '--enable-kde5' for Jenkins CI builds As discussed in ESC call of 2019-02-21, enable kde5 for the Jenkins CI builds to detect build issues *before* the changes get merged. Change-Id: I44b0e611348a22b390b6ec89d3ed1d7eb7bddd63 Reviewed-on: https://gerrit.libreoffice.org/68165 Tested-by: Jenkins Reviewed-by: Michael Weghorn --- distro-configs/Jenkins/linux_clang_dbgutil_64 | 1 + distro-configs/Jenkins/linux_gcc_release_64 | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) (limited to 'distro-configs/Jenkins') diff --git a/distro-configs/Jenkins/linux_clang_dbgutil_64 b/distro-configs/Jenkins/linux_clang_dbgutil_64 index 004f02afaba9..2feee4326da6 100644 --- a/distro-configs/Jenkins/linux_clang_dbgutil_64 +++ b/distro-configs/Jenkins/linux_clang_dbgutil_64 @@ -1,3 +1,4 @@ --enable-dbgutil --enable-compiler-plugins COMPILER_PLUGINS_CXX=ccache g++ -std=c++11 +--enable-kde5 diff --git a/distro-configs/Jenkins/linux_gcc_release_64 b/distro-configs/Jenkins/linux_gcc_release_64 index ffdfe19bc18b..e2e56dc802eb 100644 --- a/distro-configs/Jenkins/linux_gcc_release_64 +++ b/distro-configs/Jenkins/linux_gcc_release_64 @@ -1,3 +1,3 @@ CC=/opt/rh/devtoolset-7/root/usr/bin/gcc CXX=/opt/rh/devtoolset-7/root/usr/bin/g++ - +--enable-kde5 -- cgit