From 7e1996649185f8d58c020959862951d0a6bb7ad1 Mon Sep 17 00:00:00 2001 From: Liang Qi Date: Fri, 4 Dec 2020 15:01:14 +0100 Subject: [PATCH] CI: remove InsignificantTests flag for win10 msvc2019 developer build MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Task-number: QTQAINFRA-3949 Change-Id: I3e39a082fe5d2a22f7e263185b5032fd4f0928e5 Reviewed-by: Liang Qi (cherry picked from commit d3fc95535cb2b9a543d5d043d7535806fdafd9f0) Reviewed-by: Qt CI Bot Reviewed-by: Tony Sarajärvi --- 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 c43c0959..7aa567fb 100644 --- a/coin/platform_configs/cmake_platforms.yaml +++ b/coin/platform_configs/cmake_platforms.yaml @@ -101,7 +101,7 @@ Configurations: - Template: 'qtci-windows-10-x86_64-52' Compiler: 'MSVC2019' - Features: ['InsignificantTests', 'Sccache', "DebugAndRelease"] + Features: ['Sccache', "DebugAndRelease"] Configure arguments: '-G"Ninja Multi-Config" -DQT_BUILD_EXAMPLES=ON -DFEATURE_developer_build=ON -DCMAKE_CONFIGURATION_TYPES="RelWithDebInfo;Debug" -DFEATURE_msvc_obj_debug_info=ON -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',