From ebc64681781b3d791c3de6f7b1e9427f15e67004 Mon Sep 17 00:00:00 2001 From: Jason Turner Date: Wed, 29 Apr 2015 16:59:17 -0600 Subject: [PATCH] Remove all /analyze from VS12, it's too slow But still use it on VS14 --- .decent_ci-Windows.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.decent_ci-Windows.yaml b/.decent_ci-Windows.yaml index 01ee8e6..7f36f91 100644 --- a/.decent_ci-Windows.yaml +++ b/.decent_ci-Windows.yaml @@ -8,6 +8,7 @@ compilers: version: 14 architecture: Win64 cmake_extra_flags: -DBUILD_SAMPLES:BOOL=ON -DBUILD_PACKAGE:BOOL=ON -DBUILD_TESTING:BOOL=ON -DCOMMIT_SHA=%COMMIT_SHA% + compiler_extra_flags: /analyze skip_packaging: true - name: Visual Studio version: 12 @@ -16,5 +17,4 @@ compilers: version: 12 architecture: Win64 cmake_extra_flags: -DBUILD_SAMPLES:BOOL=ON -DBUILD_PACKAGE:BOOL=ON -DBUILD_TESTING:BOOL=ON -DCOMMIT_SHA=%COMMIT_SHA% - compiler_extra_flags: /analyze