diff --git a/coin/platform_configs/default.yaml b/coin/platform_configs/default.yaml index 1d63139c..267e2173 100644 --- a/coin/platform_configs/default.yaml +++ b/coin/platform_configs/default.yaml @@ -10,6 +10,11 @@ Configurations: Compiler: 'GCC' Features: ['UseLegacyInstructions', 'InsignificantTests'] Configure arguments: '-qmake -opensource -confirm-license -verbose -prefix /home/qt/work/install -force-debug-info -nomake tests -no-widgets -R . -openssl' +- + Template: 'qtci-linux-Ubuntu-20.04-x86_64-50' + Compiler: 'GCC' + Features: ['UseLegacyInstructions', 'DisableTests'] + Configure arguments: '-opensource -confirm-license -verbose -prefix /home/qt/work/install -developer-build -nomake tests -no-gui -R . -openssl' - Template: 'qtci-linux-Ubuntu-20.04-x86_64-50' Compiler: 'GCC'