mirror of
git://code.qt.io/qt/qt5.git
synced 2026-03-20 13:32:42 +08:00
What's done: - ffmpeg build added to OpenSuse platforms - installing of yasm moved to packages install file in order to get rid of OS checkings Pick-to: 6.5 Change-Id: I256f19a03e7f01d27923b083b63d9a6b6a5f29b4 Reviewed-by: Axel Spoerl <axel.spoerl@qt.io> Reviewed-by: Lars Knoll <lars@knoll.priv.no>
15 lines
593 B
YAML
15 lines
593 B
YAML
Version: 2
|
|
Configurations:
|
|
-
|
|
Id: 'opensuse-15.4-host-asan'
|
|
Template: 'qtci-linux-openSUSE-15.4-x86_64-50'
|
|
Compiler: 'GCC'
|
|
Features: ['Sccache', 'WarningsAreErrors', 'UseConfigure', 'UseAddressSanitizer']
|
|
Configure arguments: '-nomake examples -developer-build'
|
|
Environment variables: [
|
|
'PATH={{.Env.CMAKE_MIN_SUPPORTED_BIN_PATH}}:{{.Env.PATH}}',
|
|
'CONAN_PROFILE=coin/conan/profiles/ci-linux-x86_64-gcc-debug-developer',
|
|
'CMAKE_ARGS=-DOPENSSL_ROOT_DIR={{.Env.OPENSSL_HOME}}',
|
|
'NON_QTBASE_CMAKE_ARGS=-DFFMPEG_DIR={{.Env.FFMPEG_DIR}}'
|
|
]
|