mirror of
git://code.qt.io/qt/qt5.git
synced 2026-04-01 11:17:27 +08:00
coin: Add a nightly job that configures qt5 in-tree examples and tests
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>
This commit is contained in:
14
coin/platform_configs/nightly_examples_and_tests.yaml
Normal file
14
coin/platform_configs/nightly_examples_and_tests.yaml
Normal file
@@ -0,0 +1,14 @@
|
||||
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'
|
||||
]
|
||||
Reference in New Issue
Block a user