mirror of
git://code.qt.io/qt/qt5.git
synced 2026-03-17 01:36:32 +08:00
We are not using them for the Qt Creator build, since for us it makes
more sense to define these things in the Qt Creator branches. They
create additional noise (and confusion) in the COIN interface though, so
remove them.
Change-Id: Iadcb9570f88fa0245996d8e7c112dc8b54dfe80d
Reviewed-by: Cristian Adam <cristian.adam@qt.io>
Reviewed-by: Matti Paaso <matti.paaso@qt.io>
(cherry picked from commit 3b2dd1560c)
Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
34 lines
1.2 KiB
YAML
34 lines
1.2 KiB
YAML
Version: 2
|
|
Module only: True
|
|
Configurations:
|
|
-
|
|
Template: 'qtci-windows-10-x86_64-52'
|
|
Compiler: 'MSVC2019'
|
|
Features: ['Packaging', 'Sccache', 'DebugAndRelease', 'DisableTests']
|
|
Configure arguments: ''
|
|
Environment variables: []
|
|
Environment script: ['%ProgramFiles(x86)%\Microsoft Visual Studio\2019\Professional\VC\Auxiliary\Build\vcvarsall.bat', 'amd64']
|
|
-
|
|
Template: 'qtci-windows-10-x86-4'
|
|
Compiler: 'MSVC2019'
|
|
Features: ['Packaging', 'Sccache', 'DebugAndRelease', 'DisableTests']
|
|
Configure arguments: ''
|
|
Environment variables: []
|
|
Environment script: ['%ProgramFiles%\Microsoft Visual Studio\2019\Professional\VC\Auxiliary\Build\vcvarsall.bat', 'x86']
|
|
-
|
|
Template: 'qtci-linux-CentOS-8.3-x86_64-50'
|
|
Compiler: 'GCC'
|
|
Features: ['Packaging', 'Sccache', 'DisableTests']
|
|
Configure arguments: ''
|
|
Environment variables: []
|
|
-
|
|
Template: 'qtci-macos-10.14-x86_64'
|
|
Compiler: 'Clang'
|
|
Features: ['Packaging', 'DisableTests', 'Sccache', 'DebugAndRelease']
|
|
Configure arguments: ''
|
|
Environment variables: []
|
|
-
|
|
Template: 'qtci-linux-Ubuntu-20.04-x86_64-50'
|
|
Compiler: 'GCC'
|
|
Features: ['TestOnly', 'LicenseCheck']
|