[shark] 40/79: Update appveyor.yml

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Thu Nov 26 15:40:34 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 5998a76088d9d75318ec31d5ddb9d0d2d7945acb
Author: Christian Igel <igel at diku.dk>
Date:   Thu Oct 29 21:34:33 2015 +0100

    Update appveyor.yml
    
    switched examples off, commented out number of threads
---
 appveyor.yml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/appveyor.yml b/appveyor.yml
index 8ef3f1d..95cf3e0 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -10,7 +10,7 @@ configuration: Release
 environment:
   BOOST_ROOT: C:\Libraries\boost
   BOOST_LIBRARYDIR: C:\Libraries\boost\lib64-msvc-12.0
-  OMP_NUM_THREADS: 2
+  #OMP_NUM_THREADS: 2
 
 # specify branch
 branches:
@@ -35,8 +35,8 @@ before_build:
   - cmd: cd build
   - cmd: if "%platform%"=="Win32" set CMAKE_GENERATOR_NAME=Visual Studio 12
   - cmd: if "%platform%"=="x64"   set CMAKE_GENERATOR_NAME=Visual Studio 12 Win64
-  - cmd: cmake -G "%CMAKE_GENERATOR_NAME%" -DCMAKE_BUILD_TYPE=%configuration%  -DBOOST_ROOT="%BOOST_ROOT%" -DBOOST_LIBRARYDIR="%BOOST_LIBRARYDIR%"   ..
-  - cmd: type C:\projects\shark\build\shark.sln 
+  - cmd: cmake -G "%CMAKE_GENERATOR_NAME%" -DCMAKE_BUILD_TYPE=%configuration%  -DBUILD_EXAMPLES=OFF -DBOOST_ROOT="%BOOST_ROOT%" -DBOOST_LIBRARYDIR="%BOOST_LIBRARYDIR%"   ..
+  #- cmd: type C:\projects\shark\build\shark.sln 
   
 # actual build process
 build:

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