[openjk] 107/130: Refine the appveyor config a bit

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 7d52f7d16ec4a0e19fc78b16829ca7bc9848d087
Author: Alex Lo <alex at acslo.com>
Date:   Wed Oct 19 19:32:27 2016 +0100

    Refine the appveyor config a bit
---
 appveyor.yml | 14 +++++---------
 1 file changed, 5 insertions(+), 9 deletions(-)

diff --git a/appveyor.yml b/appveyor.yml
index a0e95b7..8b39d12 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -10,11 +10,11 @@ shallow_clone: true #GitHub specific (ignores clone_depth)
 #do not build on tags
 skip_tags: true
 
-os: Visual Studio 2015 #  Windows Server 2012
+os: Visual Studio 2013
 
 environment:
-  VisualStudioVersion: "14.0"
-  CMAKE_GENERATOR: "Visual Studio 14 2015"
+  VisualStudioVersion: "12.0"
+  CMAKE_GENERATOR: "Visual Studio 12 2013"
   matrix:
     - CMAKE_BUILD_TYPE: "Debug"
     - CMAKE_BUILD_TYPE: "Release"
@@ -27,7 +27,7 @@ platform:
   - x64
 
 configuration:
-  #- Debug
+  - Debug
   - Release
 
 #scripts that are called at very beginning, before repo cloning
@@ -58,15 +58,11 @@ before_build:
   - cmd: cd build
   - cmd: cmake -G "%CMAKE_GENERATOR%" "-DCMAKE_BUILD_TYPE=%CMAKE_BUILD_TYPE%" "%APPVEYOR_BUILD_FOLDER%"
   - cmd: ls
-  #- mkdir ..\nmakebuild
-  #- cd ..\nmakebuild
-  #- cmd:  cmake -G "NMake Makefiles" "-DCMAKE_BUILD_TYPE=%CMAKE_BUILD_TYPE%" "%APPVEYOR_BUILD_FOLDER%"
-  #- cmd: ls
 
 build:
   parallel: true
   project: C:\projects\OpenJK\build\OpenJK.sln
-  verbosity: minimal #quiet|minimal|normal|detailed
+  verbosity: normal
 
 #scripts to run after build
 after_build:

-- 
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