From 013e6972ce63af22356bac60072b4c656cfcc5fa Mon Sep 17 00:00:00 2001 From: Heikki Halmet Date: Thu, 5 Nov 2020 15:46:06 +0200 Subject: [PATCH] Change Insignificant flag to InsignificantTests for MSVC developer build MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Builds are passing, but tests still failing Task-number: QTQAINFRA-3949 Change-Id: Ieca2512e06ca09cabf042ee3c966dae65c9e5e86 Reviewed-by: Simo Fält --- coin/platform_configs/cmake_platforms.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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',