[shark] 47/79: Update appveyor.yml

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Thu Nov 26 15:40:59 UTC 2015


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

ghisvail-guest pushed a commit to branch master
in repository shark.

commit ce99bfe66e662eb714464335fb2527393b5be94c
Author: Christian Igel <igel at diku.dk>
Date:   Fri Oct 30 12:43:41 2015 +0100

    Update appveyor.yml
    
    switched from Debug to Release
---
 appveyor.yml | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/appveyor.yml b/appveyor.yml
index 3180c4a..136aafb 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -4,7 +4,9 @@ platform:
   - x64  
 
 # configuration
-configuration: Debug
+configuration: 
+#  - Debug
+  - Release
 
 # set environment variables
 environment:
@@ -43,4 +45,5 @@ before_build:
 # actual build process
 build:
   project: C:\projects\shark\build\shark.sln 
-  parallel: true                           
+  parallel: true 
+  verbosity: minimal # compiler verbosity

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/shark.git



More information about the debian-science-commits mailing list