From 71c67bc76342bb3cb13208b56246d91fac90fd08 Mon Sep 17 00:00:00 2001 From: Jason Turner Date: Sat, 5 Mar 2016 12:04:30 -0700 Subject: [PATCH] Move debug over to windows build --- .decent_ci-MacOS.yaml | 4 ---- .decent_ci-Windows.yaml | 7 +++++++ 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/.decent_ci-MacOS.yaml b/.decent_ci-MacOS.yaml index f297a14..e183000 100644 --- a/.decent_ci-MacOS.yaml +++ b/.decent_ci-MacOS.yaml @@ -2,8 +2,4 @@ compilers: - name: clang cmake_extra_flags: -DBUILD_SAMPLES:BOOL=ON -DBUILD_PACKAGE:BOOL=ON -DBUILD_TESTING:BOOL=ON -DCOMMIT_SHA=$COMMIT_SHA build_package_generator: TBZ2 - - name: clang - build_type: Debug - cmake_extra_flags: -DBUILD_SAMPLES:BOOL=ON -DBUILD_PACKAGE:BOOL=ON -DBUILD_TESTING:BOOL=ON -DCOMMIT_SHA=$COMMIT_SHA - skip_packaging: true diff --git a/.decent_ci-Windows.yaml b/.decent_ci-Windows.yaml index 7f36f91..e4bea21 100644 --- a/.decent_ci-Windows.yaml +++ b/.decent_ci-Windows.yaml @@ -17,4 +17,11 @@ compilers: version: 12 architecture: Win64 cmake_extra_flags: -DBUILD_SAMPLES:BOOL=ON -DBUILD_PACKAGE:BOOL=ON -DBUILD_TESTING:BOOL=ON -DCOMMIT_SHA=%COMMIT_SHA% + - name: Visual Studio + version: 14 + build_type: Debug + 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