aboutsummaryrefslogtreecommitdiffstats
path: root/coin/platform_configs/cmake_platforms.yaml
diff options
context:
space:
mode:
authorHeikki Halmet <heikki.halmet@qt.io>2020-11-05 15:46:06 +0200
committerHeikki Halmet <heikki.halmet@qt.io>2020-11-05 18:07:03 +0200
commit013e6972ce63af22356bac60072b4c656cfcc5fa (patch)
tree5da6bf3889265860dbde40e620695c440f141909 /coin/platform_configs/cmake_platforms.yaml
parent57ae486e364106b0b47cf2020ee1d05bc8d89fef (diff)
Change Insignificant flag to InsignificantTests for MSVC developer build
Builds are passing, but tests still failing Task-number: QTQAINFRA-3949 Change-Id: Ieca2512e06ca09cabf042ee3c966dae65c9e5e86 Reviewed-by: Simo Fält <simo.falt@qt.io>
Diffstat (limited to 'coin/platform_configs/cmake_platforms.yaml')
-rw-r--r--coin/platform_configs/cmake_platforms.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/coin/platform_configs/cmake_platforms.yaml b/coin/platform_configs/cmake_platforms.yaml
index 1aa3f11b..606ed1ff 100644
--- a/coin/platform_configs/cmake_platforms.yaml
+++ b/coin/platform_configs/cmake_platforms.yaml
@@ -63,7 +63,7 @@ Configurations:
-
Template: 'qtci-windows-10-x86_64-51'
Compiler: 'MSVC2019'
- Features: ['Insignificant', 'Sccache', "DebugAndRelease"]
+ Features: ['InsignificantTests', 'Sccache', "DebugAndRelease"]
Configure arguments: '-G"Ninja Multi-Config" -DBUILD_EXAMPLES=ON -DFEATURE_developer_build=ON -DCMAKE_CONFIGURATION_TYPES="RelWithDebInfo;Debug" -DFEATURE_msvc_obj_debug_info=ON -DBUILD_WITH_PCH=OFF -DOPENSSL_ROOT_DIR={{.Env.OPENSSL_INCLUDE_x64}}\.. -DFEATURE_system_zlib=OFF -DCMAKE_C_COMPILER_LAUNCHER=sccache -DCMAKE_CXX_COMPILER_LAUNCHER=sccache'
Environment variables: [
'NON_QTBASE_CONFIGURE_ARGS=-DCMAKE_C_COMPILER_LAUNCHER=sccache -DCMAKE_CXX_COMPILER_LAUNCHER=sccache',