mirror of
git://code.qt.io/qt/qt5.git
synced 2026-03-17 17:56:11 +08:00
No need to have multiple RHEL configurations for Qt Creator.
Remove 8.2 since that will be removed for Qt as well.
Make the "Features" consistent.
Follow-up of cca8ac0023
Change-Id: Ie64578a22262c45b5ed9c2679b3072c958218bcf
Reviewed-by: Antti Kokko <antti.kokko@qt.io>
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-RHEL-8.4-x86_64-50'
|
|
Compiler: 'GCC'
|
|
Features: ['Packaging', 'Sccache', 'DebugAndRelease', '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']
|