mirror of
git://code.qt.io/qt/qt5.git
synced 2026-02-24 16:05:36 +08:00
Change-Id: I369beb7a790fbb94bf2c1e9a823734434ea3b3da Reviewed-by: Ville-Pekka Karhu <ville-pekka.karhu@qt.io>
21 lines
795 B
YAML
21 lines
795 B
YAML
Version: 2
|
|
Module only: True
|
|
Configurations:
|
|
-
|
|
Id: 'macos-14-x86_64-developer-build'
|
|
Template: 'qtci-macos-14-x86_64-103'
|
|
Compiler: 'Clang'
|
|
Features: ['Sccache', 'DoNotRunTests', 'WarningsAreErrors', 'UseConfigure']
|
|
Configure arguments: '-developer-build -release -force-debug-info -no-pch -no-framework -qtnamespace TestNamespace -make examples'
|
|
Environment variables: [
|
|
'CMAKE_ARGS=-DOPENSSL_ROOT_DIR={{.Env.OPENSSL_DIR}}',
|
|
'NON_QTBASE_CMAKE_ARGS=-DFFMPEG_DIR={{.Env.FFMPEG_DIR}}',
|
|
'Protobuf_ROOT=/usr/local/lib/cmake/protobuf',
|
|
]
|
|
-
|
|
Id: 'macos-14-x86_64-developer-build-tests'
|
|
Template: 'qtci-macos-14-x86_64-103'
|
|
Compiler: 'Clang'
|
|
Features: ['Sccache', 'TestOnly']
|
|
Platform dependency: 'macos-14-x86_64-developer-build'
|