mirror of
git://code.qt.io/qt/qt5.git
synced 2026-03-31 10:47:07 +08:00
This change is preparation for merging qtbase wip/cmake -> dev, because that will bring in the new yaml instructions on how to build the CMake configurations, which means that legacy instructions provided by Coin itself need to be used for all the existing qmake configurations. Change-Id: I7005835719b83b7186138292a2e1baf4d2a4a3e0 Reviewed-by: Simon Hausmann <simon.hausmann@qt.io> Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org>
16 lines
827 B
YAML
16 lines
827 B
YAML
-
|
|
Template: 'qtci-windows-10-x86-3'
|
|
Compiler: 'MSVC2017'
|
|
Configure arguments: '-opensource -confirm-license -verbose -prefix c:\Users\qt\work\install -release -force-debug-info -opengl dynamic -nomake examples -nomake tests'
|
|
Features: ['UseLegacyInstructions']
|
|
-
|
|
Template: 'qtci-linux-RHEL-6.6-x86_64'
|
|
Compiler: 'GCC'
|
|
Configure arguments: '-opensource -confirm-license -verbose -prefix /home/qt/work/install -release -force-debug-info -nomake examples -nomake tests'
|
|
Features: ['UseLegacyInstructions']
|
|
-
|
|
Template: 'qtci-windows-8.1-x86'
|
|
Compiler: 'MSVC2015'
|
|
Features: ['DisableTests', 'UseLegacyInstructions']
|
|
Configure arguments: '-opensource -confirm-license -verbose -prefix c:\Users\qt\work\install -release -force-debug-info -opengl dynamic -nomake examples -nomake tests'
|