From 04d7a43cd64fdf7c2166bdb764e6b597197f10e1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tony=20Saraj=C3=A4rvi?= Date: Mon, 25 May 2020 08:46:25 +0000 Subject: [PATCH] Add a Windows 10 developer build for MSVC2019 Task-number: QTQAINFRA-3759 Change-Id: I46cf3056f79c03dd3f6e62b8901a737d52c4e058 Reviewed-by: Heikki Halmet --- coin/platform_configs/cmake_platforms.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/coin/platform_configs/cmake_platforms.yaml b/coin/platform_configs/cmake_platforms.yaml index 1aeec6c4..44877213 100644 --- a/coin/platform_configs/cmake_platforms.yaml +++ b/coin/platform_configs/cmake_platforms.yaml @@ -58,6 +58,12 @@ Configurations: Features: ['Packaging'] Configure arguments: '-G"Ninja Multi-Config" -DCMAKE_CONFIGURATION_TYPES="RelWithDebInfo;Debug" -DBUILD_EXAMPLES=OFF -DBUILD_WITH_PCH=OFF -DOPENSSL_ROOT_DIR={{.Env.OPENSSL_INCLUDE_x64}}\.. -DFEATURE_system_zlib=OFF -DPostgreSQL_ROOT={{.Env.POSTGRESQL_LIB_x64}}\..' Environment variables: ['NON_QTBASE_CONFIGURE_ARGS='] +- + Template: 'qtci-windows-10-x86_64-51' + Compiler: 'MSVC2019' + Features: ['Insignificant'] + Configure arguments: '-G"Ninja Multi-Config" -DBUILD_EXAMPLES=ON -DFEATURE_developer_build=ON -DCMAKE_CONFIGURATION_TYPES="RelWithDebInfo;Debug" -DBUILD_WITH_PCH=OFF -DOPENSSL_ROOT_DIR={{.Env.OPENSSL_INCLUDE_x64}}\.. -DFEATURE_system_zlib=OFF' + Environment variables: ['NON_QTBASE_CONFIGURE_ARGS='] - Id: 'RHEL-7.6-host' Template: 'qtci-linux-RHEL-7.6-x86_64'