mirror of
git://code.qt.io/qt/qt5.git
synced 2026-04-24 05:37:45 +08:00
All targets should have ID. This way it's easier to refer to needed
target
Change-Id: I0af8399c3a4c436ab1e778ab4396c65ccd3a373b
Reviewed-by: Assam Boudjelthia <assam.boudjelthia@qt.io>
(cherry picked from commit 92ae8eb4ca)
Reviewed-by: Tony Sarajärvi <tony.sarajarvi@qt.io>
44 lines
1.8 KiB
YAML
44 lines
1.8 KiB
YAML
Version: 2
|
|
Configurations:
|
|
-
|
|
Id: 'qnx-710-x86_64-developer-build-on-linux'
|
|
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'
|
|
Features: ['Packaging', 'VMSize8', 'UseConfigure']
|
|
Environment variables: [
|
|
'TARGET_CONFIGURE_ARGS=-release -force-debug-info -developer-build -no-dbus -nomake examples',
|
|
'TARGET_CMAKE_ARGS=-DCMAKE_TOOLCHAIN_FILE={{.Env.QNX_710}}/qnx-toolchain-x8664.cmake -DQT_GENERATE_WRAPPER_SCRIPTS_FOR_ALL_HOSTS=ON',
|
|
'QT_CMAKE_DIR=/opt/cmake-3.24.2/bin',
|
|
'QNX_TEST_ENV=LD_LIBRARY_PATH={{.Env.QNX_QEMU_LD_LIBRARY_PATH}} QSG_RHI_BACKEND=software QT_QPA_PLATFORM=offscreen QTEST_ENVIRONMENT=ci',
|
|
]
|
|
-
|
|
Id: 'qnx-710-arm64-on-linux'
|
|
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'
|
|
Features: ['Packaging', 'DisableTests', 'UseConfigure']
|
|
Environment variables: [
|
|
'TARGET_CONFIGURE_ARGS=-release -force-debug-info -no-dbus -nomake examples',
|
|
'TARGET_CMAKE_ARGS=-DCMAKE_TOOLCHAIN_FILE={{.Env.QNX_710}}/qnx-toolchain-aarch64le.cmake -DQT_GENERATE_WRAPPER_SCRIPTS_FOR_ALL_HOSTS=ON',
|
|
]
|
|
-
|
|
Id: 'qnx-710-armv7-on-linux'
|
|
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'
|
|
Features: ['Packaging', 'DisableTests', 'UseConfigure']
|
|
Environment variables: [
|
|
'TARGET_CONFIGURE_ARGS=-release -force-debug-info -no-dbus -nomake examples',
|
|
'TARGET_CMAKE_ARGS=-DCMAKE_TOOLCHAIN_FILE={{.Env.QNX_710}}/qnx-toolchain-armv7le.cmake -DQT_GENERATE_WRAPPER_SCRIPTS_FOR_ALL_HOSTS=ON',
|
|
]
|