mirror of
git://code.qt.io/qt/qt5.git
synced 2026-02-01 19:36:04 +08:00
Use templates which have Accessibility enabled for
Squish.
Task-number: QTQAINFRA-3559
Change-Id: I9538ea48791ea81738a41b1e101552cfc3bd454b
Reviewed-by: Ville-Pekka Karhu <ville-pekka.karhu@qt.io>
(cherry picked from commit 3e380e35b0)
26 lines
997 B
YAML
26 lines
997 B
YAML
Version: 2
|
|
Configurations:
|
|
-
|
|
Id: 'sles-15-static'
|
|
Template: 'qtci-linux-SLES-15_SP4-x86_64-50'
|
|
Compiler: 'GCC'
|
|
Features: ['Sccache', 'MinimalStaticTests', 'UseConfigure']
|
|
Configure arguments: '-nomake examples -static -no-sql-mysql'
|
|
Environment variables: [
|
|
'CMAKE_ARGS=-DOPENSSL_ROOT_DIR={{.Env.OPENSSL_HOME}}'
|
|
]
|
|
-
|
|
Template: 'qtci-windows-10_21H2-x86_64-51'
|
|
Compiler: 'MSVC2019'
|
|
Features: ['Sccache', 'MinimalStaticTests', 'UseConfigure']
|
|
Configure arguments: '-release -force-debug-info -static -nomake examples -qt-zlib'
|
|
Environment variables: [
|
|
'CMAKE_ARGS=-DFEATURE_msvc_obj_debug_info=ON -DOPENSSL_ROOT_DIR={{.Env.OPENSSL_INCLUDE_x64}}\..',
|
|
'LLVM_INSTALL_DIR={{.Env.LLVM_INSTALL_DIR_msvc}}'
|
|
]
|
|
-
|
|
Template: 'qtci-macos-11-x86_64-105'
|
|
Compiler: 'Clang'
|
|
Features: ['Sccache', 'MinimalStaticTests', 'UseConfigure']
|
|
Configure arguments: '-nomake examples -release -force-debug-info -static -no-framework'
|