aboutsummaryrefslogtreecommitdiffstats
path: root/coin/platform_configs/cmake_platforms_qemu_qnx710.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'coin/platform_configs/cmake_platforms_qemu_qnx710.yaml')
-rw-r--r--coin/platform_configs/cmake_platforms_qemu_qnx710.yaml46
1 files changed, 46 insertions, 0 deletions
diff --git a/coin/platform_configs/cmake_platforms_qemu_qnx710.yaml b/coin/platform_configs/cmake_platforms_qemu_qnx710.yaml
new file mode 100644
index 00000000..21b9b30d
--- /dev/null
+++ b/coin/platform_configs/cmake_platforms_qemu_qnx710.yaml
@@ -0,0 +1,46 @@
+Version: 2
+Configurations:
+-
+ Id: 'qnx-710-x86_64-developer-build-on-linux'
+ Template: 'qtci-linux-Ubuntu-22.04-x86_64-51'
+ Target os: 'QNX_710'
+ Target arch: 'x86_64'
+ Compiler: 'GCC'
+ Target compiler: 'QCC'
+ Platform dependency: 'ubuntu-22.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.27.7/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_CMAKE_ARGS=-DFEATURE_native_grpc=OFF',
+ ]
+-
+ Id: 'qnx-710-arm64-on-linux'
+ Template: 'qtci-linux-Ubuntu-22.04-x86_64-51'
+ Target os: 'QNX_710'
+ Target arch: 'arm64'
+ Compiler: 'GCC'
+ Target compiler: 'QCC'
+ Platform dependency: 'ubuntu-22.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',
+ 'NON_QTBASE_TARGET_CMAKE_ARGS=-DFEATURE_native_grpc=OFF',
+ ]
+-
+ Id: 'qnx-710-armv7-on-linux'
+ Template: 'qtci-linux-Ubuntu-22.04-x86_64-51'
+ Target os: 'QNX_710'
+ Target arch: 'armv7'
+ Compiler: 'GCC'
+ Target compiler: 'QCC'
+ Platform dependency: 'ubuntu-22.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',
+ 'NON_QTBASE_TARGET_CMAKE_ARGS=-DFEATURE_native_grpc=OFF',
+ ]