mirror of
git://code.qt.io/qt/qt5.git
synced 2026-01-07 23:46:51 +08:00
To catch potential top-level build issues like non-unique example names, missing AUTOGEN / moc does not exist workarounds and other issues. The nightly platform uses the newly introduced 'NoSubmoduleDependencies' Coin feature, which will ensure that we only configure the qt5.git top-level build, not any of the submodules. Change-Id: Idb79d768749311b4184e211cd54d38219bcba7c6 Reviewed-by: Toni Saario <toni.saario@qt.io>
15 lines
664 B
YAML
15 lines
664 B
YAML
Version: 2
|
|
Configurations:
|
|
-
|
|
Id: 'ubuntu-24.04-x64-examples-and-tests-build'
|
|
Template: 'qtci-linux-Ubuntu-24.04-x86_64-51'
|
|
Compiler: 'GCC'
|
|
Features: ['Sccache', 'UseConfigure', 'DoNotRunTests', 'NoSubmoduleDependencies']
|
|
Configure arguments: '-make examples -make tests'
|
|
Environment variables: [
|
|
'COMMON_CMAKE_ARGS=-DQT_BUILD_EXAMPLES_AS_EXTERNAL=OFF -DQT_GENERATE_SBOM=OFF',
|
|
'COMMON_NON_QTBASE_CMAKE_ARGS=-DQT_BUILD_EXAMPLES_AS_EXTERNAL=OFF -DQT_GENERATE_SBOM=OFF',
|
|
'COMMON_TEST_CMAKE_ARGS=-DQT_SKIP_DOCKER_COMPOSE=ON',
|
|
'NON_QTBASE_CMAKE_ARGS=-DFFMPEG_DIR={{.Env.FFMPEG_DIR}} -DQT_DEPLOY_FFMPEG=TRUE'
|
|
]
|