[shark] 30/79: Update appveyor.yml

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Thu Nov 26 15:40:09 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 da54a41e2e069965e872694f99a6229607172b51
Author: Christian Igel <igel at diku.dk>
Date:   Thu Oct 29 18:38:47 2015 +0100

    Update appveyor.yml
---
 appveyor.yml | 13 +++++++++----
 1 file changed, 9 insertions(+), 4 deletions(-)

diff --git a/appveyor.yml b/appveyor.yml
index f2dce9e..c933c98 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -3,21 +3,26 @@ platform:
 #  - Win32
   - x64  
 
+# configuration
+configuration: Release
+
 # set environment variables
 environment:
   BOOST_ROOT: C:\Libraries\boost
   BOOST_LIBRARYDIR: C:\Libraries\boost\lib64-msvc-12.0
-  
+  OMP_NUM_THREADS: 2
+
 # specify branch
-#branches:
-#  only:
-#  - master
+branches:
+  only:
+    - master
   
 # before everything
 init:
   - cmd: cmake --version
   - cmd: msbuild /version
   - cmd: dir %BOOST_LIBRARYDIR%
+  
 
 # clone directory
 clone_folder: C:\projects\shark

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