From 8da32f0dc938fc721c8813002bf513bef4c0cca0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tony=20Saraj=C3=A4rvi?= Date: Thu, 5 Nov 2020 09:09:37 +0000 Subject: [PATCH] Bring back the -no-gui build in the CI Task-number: QTQAINFRA-3999 Change-Id: I8e36d0b98c1d6062bf8bdf67eccba0727cb4bedc Reviewed-by: Qt CI Bot Reviewed-by: Heikki Halmet --- coin/platform_configs/default.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/coin/platform_configs/default.yaml b/coin/platform_configs/default.yaml index 3a4c9eb3..e1620b4c 100644 --- a/coin/platform_configs/default.yaml +++ b/coin/platform_configs/default.yaml @@ -48,6 +48,11 @@ Configurations: Template: 'qtci-linux-Ubuntu-18.04-x86_64' Compiler: 'GCC' Configure arguments: '-opensource -confirm-license -verbose -prefix /home/qt/work/install -force-debug-info -nomake tests -no-widgets -R . -openssl -I {{.Env.OPENSSL_HOME}}/include -L {{.Env.OPENSSL_HOME}}/lib' +- + Template: 'qtci-linux-Ubuntu-18.04-x86_64' + Compiler: 'GCC' + Features: ['DisableTests'] + Configure arguments: '-opensource -confirm-license -verbose -prefix /home/qt/work/install -developer-build -nomake tests -nomake examples -no-gui -R . -openssl -I {{.Env.OPENSSL_HOME}}/include -L {{.Env.OPENSSL_HOME}}/lib' - Template: 'qtci-linux-Ubuntu-18.04-x86_64' Compiler: 'GCC'