aboutsummaryrefslogtreecommitdiffstats
path: root/coin/platform_configs/nightly_qnx710_host_windows.yaml
blob: 852b6f78208413303e05dde3b14172ad5a469b62 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Version: 2
Include: [
    cmake_platforms.yaml: [
        Windows10_22H2-MSVC2019-x64-host
    ]
]
Configurations:
-
    Template: 'qtci-windows-10_22H2-x86_64-50'
    Target os: 'QNX_710'
    Target arch: 'arm64'
    Compiler: 'MSVC2019'
    Target compiler: 'QCC'
    Platform dependency: 'Windows10_22H2-MSVC2019-x64-host'
    Features: ['DisableTests', 'UseConfigure']
    Environment variables: [
        'TARGET_CONFIGURE_ARGS=-release -force-debug-info -no-dbus -nomake examples -no-pch',
        'TARGET_CMAKE_ARGS=-DCMAKE_TOOLCHAIN_FILE={{.Env.QNX_710}}\qnx-toolchain-aarch64le.cmake -DCMAKE_LIBRARY_PATH={{.Env.QNX_710}}\target\qnx7\aarch64le\lib;{{.Env.QNX_710}}\target\qnx7\aarch64le\usr\lib -DCMAKE_BUILD_WITH_INSTALL_RPATH=ON -G "Ninja"',
        'NON_QTBASE_TARGET_CMAKE_ARGS=-DCMAKE_BUILD_WITH_INSTALL_RPATH=ON'
    ]