aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTony Sarajärvi <tony.sarajarvi@qt.io>2020-05-25 08:46:25 +0000
committerTony Sarajärvi <tony.sarajarvi@qt.io>2020-10-06 12:52:00 +0000
commit04d7a43cd64fdf7c2166bdb764e6b597197f10e1 (patch)
tree86ca4eb7badf564c62459b48e90e57c53b3ea708
parentab23bc2ecf45c6003fdfac9c96cd56c268170648 (diff)
Add a Windows 10 developer build for MSVC2019
Task-number: QTQAINFRA-3759 Change-Id: I46cf3056f79c03dd3f6e62b8901a737d52c4e058 Reviewed-by: Heikki Halmet <heikki.halmet@qt.io>
-rw-r--r--coin/platform_configs/cmake_platforms.yaml6
1 files changed, 6 insertions, 0 deletions
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
@@ -59,6 +59,12 @@ Configurations:
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'
Compiler: 'GCC'