[openjk] 108/130: Don't specify CMAKE_BUILD_TYPE in a matrix

Simon McVittie smcv at debian.org
Fri Oct 28 11:09:25 UTC 2016


This is an automated email from the git hooks/post-receive script.

smcv pushed a commit to branch debian/master
in repository openjk.

commit f9f8dfaec22965c21052c4e71b02de28d90ab069
Author: Alex Lo <alex at acslo.com>
Date:   Wed Oct 19 19:35:28 2016 +0100

    Don't specify CMAKE_BUILD_TYPE in a matrix
    
    CMAKE_BUILD_TYPE is unused for multi-configuration MSVC project files.
---
 appveyor.yml | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/appveyor.yml b/appveyor.yml
index 8b39d12..4b48b96 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -15,9 +15,6 @@ os: Visual Studio 2013
 environment:
   VisualStudioVersion: "12.0"
   CMAKE_GENERATOR: "Visual Studio 12 2013"
-  matrix:
-    - CMAKE_BUILD_TYPE: "Debug"
-    - CMAKE_BUILD_TYPE: "Release"
 
 matrix:
   fast_finish: false #finish build once one of the jobs fails

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/openjk.git



More information about the Pkg-games-commits mailing list