mirror of https://github.com/qt/qt5.git
COIN: Split qsr and qsr-runtime nightly configs to separate yaml
Both modules are using their own features to enable coco instructions. Task-number: QSR-2578 Change-Id: I64ba6a372f19a8f980e2e620786f10c8345f3e5b Reviewed-by: Toni Saario <toni.saario@qt.io>
This commit is contained in:
parent
0acf22f669
commit
b7f2066d1b
|
@ -2,7 +2,7 @@ Version: 2
|
|||
Configurations:
|
||||
|
||||
-
|
||||
Id: 'ubuntu-24.04-x64'
|
||||
Id: 'ubuntu-22.04-qsr-coverity'
|
||||
Template: 'qtci-linux-Ubuntu-22.04-x86_64-51'
|
||||
Compiler: 'GCC'
|
||||
Features: ['Sccache', 'UseConfigure', 'DoNotRunTests', 'QSR_COVERAGE', 'AllowNightlyExport', 'Packaging']
|
||||
|
|
|
@ -0,0 +1,14 @@
|
|||
Version: 2
|
||||
Configurations:
|
||||
|
||||
-
|
||||
Id: 'ubuntu-22.04-qsr-rt-coverity'
|
||||
Template: 'qtci-linux-Ubuntu-22.04-x86_64-51'
|
||||
Compiler: 'GCC'
|
||||
Features: ['Sccache', 'UseConfigure', 'DoNotRunTests', 'QSR_RT_COVERAGE', 'AllowNightlyExport', 'Packaging']
|
||||
Configure arguments: '-nomake examples -release -force-debug-info -separate-debug-info -headersclean -qt-libjpeg -qt-libpng -qt-pcre -qt-harfbuzz -qt-doubleconversion -no-libudev -bundled-xcb-xinput'
|
||||
Environment variables: [
|
||||
'CMAKE_ARGS=-DOpenGL_GL_PREFERENCE=LEGACY',
|
||||
'COMMON_TEST_CMAKE_ARGS=-DQT_SKIP_DOCKER_COMPOSE=ON',
|
||||
'NON_QTBASE_CMAKE_ARGS=-DFFMPEG_DIR={{.Env.FFMPEG_DIR}} -DQT_DEPLOY_FFMPEG=TRUE -DINPUT_headersclean=ON'
|
||||
]
|
Loading…
Reference in New Issue