mirror of
git://code.qt.io/qt/qt5.git
synced 2026-04-20 11:56:31 +08:00
Move TESTRUNNER setting to the coin platform config files in qtbase, where it's configured for other platforms too. Remove custom COIN_CTEST_RESULTSDIR. The build should put its testresults logfiles where Coin expects them, and that is already set correctly in platform configs found in qtbase. Save the special environment that QNX needs to the env var QNX_TEST_ENV, instead of the generic TESTARGS which might be overridden for other purposes. QNX_TEST_ENV is now used by the script coin_qnx_qemu_runner.sh defined in qtbase. Change-Id: I86cd017c045f9c83f7c126828c8b6319df9b9d86 Reviewed-by: Pasi Petäjäjärvi <pasi.petajajarvi@qt.io>
38 lines
1.7 KiB
YAML
38 lines
1.7 KiB
YAML
Version: 2
|
|
Configurations:
|
|
-
|
|
Template: 'qtci-linux-Ubuntu-20.04-x86_64-50'
|
|
Target os: 'QNX_710'
|
|
Target arch: 'x86_64'
|
|
Compiler: 'GCC'
|
|
Target compiler: 'QCC'
|
|
Platform dependency: 'Ubuntu-20.04-host'
|
|
Features: ['Packaging', 'InsignificantTests', 'VMSize8']
|
|
Environment variables: [
|
|
'TARGET_CONFIGURE_ARGS=-DFEATURE_developer_build=ON -DQT_FEATURE_dbus=OFF -DQT_BUILD_EXAMPLES=OFF -DCMAKE_BUILD_TYPE=RelWithDebInfo -DCMAKE_TOOLCHAIN_FILE={{.Env.QNX_710}}/qnx-toolchain-x8664.cmake',
|
|
'QT_CMAKE_DIR=/opt/cmake-3.21.1/bin',
|
|
'QNX_TEST_ENV=LD_LIBRARY_PATH={{.Env.QNX_QEMU_LD_LIBRARY_PATH}} QSG_RHI_BACKEND=software QT_QPA_PLATFORM=offscreen QTEST_ENVIRONMENT=ci',
|
|
'NON_QTBASE_TARGET_CONFIGURE_ARGS=']
|
|
-
|
|
Template: 'qtci-linux-Ubuntu-20.04-x86_64-50'
|
|
Target os: 'QNX_710'
|
|
Target arch: 'arm64'
|
|
Compiler: 'GCC'
|
|
Target compiler: 'QCC'
|
|
Platform dependency: 'Ubuntu-20.04-host'
|
|
Features: ['Packaging', 'DisableTests']
|
|
Environment variables: [
|
|
'TARGET_CONFIGURE_ARGS=-DQT_FEATURE_dbus=OFF -DQT_BUILD_EXAMPLES=OFF -DCMAKE_BUILD_TYPE=RelWithDebInfo -DCMAKE_TOOLCHAIN_FILE={{.Env.QNX_710}}/qnx-toolchain-aarch64le.cmake',
|
|
'NON_QTBASE_TARGET_CONFIGURE_ARGS=']
|
|
-
|
|
Template: 'qtci-linux-Ubuntu-20.04-x86_64-50'
|
|
Target os: 'QNX_710'
|
|
Target arch: 'armv7'
|
|
Compiler: 'GCC'
|
|
Target compiler: 'QCC'
|
|
Platform dependency: 'Ubuntu-20.04-host'
|
|
Features: ['Packaging', 'DisableTests']
|
|
Environment variables: [
|
|
'TARGET_CONFIGURE_ARGS=-DQT_FEATURE_dbus=OFF -DQT_BUILD_EXAMPLES=OFF -DCMAKE_BUILD_TYPE=RelWithDebInfo -DCMAKE_TOOLCHAIN_FILE={{.Env.QNX_710}}/qnx-toolchain-armv7le.cmake',
|
|
'NON_QTBASE_TARGET_CONFIGURE_ARGS=']
|