[shark] 23/79: Update appveyor.yml

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Thu Nov 26 15:39:43 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 b53238a81f1f9a00987ffd1e3faab546573441d7
Author: Christian Igel <igel at diku.dk>
Date:   Thu Oct 29 13:49:29 2015 +0100

    Update appveyor.yml
---
 appveyor.yml | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/appveyor.yml b/appveyor.yml
index 422f434..c81c16c 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -7,12 +7,12 @@ platform:
 init:
   - cmd: cmake --version
   - cmd: msbuild /version
-  - cmd: dir C:\Libraries\boost
+  - cmd: dir C:\Libraries\boost\libs
 
 # set environment variables
 environment:
   BOOST_ROOT: C:\Libraries\boost
-  BOOST_LIBRARYDIR: C:\Libraries\boost\stage\lib
+  BOOST_LIBRARYDIR: C:\Libraries\boost\libs
   
 # clone directory
 clone_folder: C:\projects\shark
@@ -25,9 +25,9 @@ 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% -DBUILD_CORE_ONLY="%BUILD_CORE_ONLY%" -DDART_BUILD_EXAMPLES="%BUILD_EXAMPLES%" -DDART_BUILD_TUTORIALS="%BUILD_TUTORIALS%" -DBOOST_ROOT="%BOOST_ROOT%" -DBOOST_LIBRARYDIR="%BOOST_LIBRARYDIR%" -DBoost_USE_STATIC_LIBS="ON" -Durdfdom_DIR="%urdfdom_DIR%" -Durdfdom_headers_DIR="%urdfdom_headers_DIR%" ..
+  - cmd: cmake -G "%CMAKE_GENERATOR_NAME%" -DCMAKE_BUILD_TYPE=%configuration%  -DBOOST_ROOT="%BOOST_ROOT%" -DBOOST_LIBRARYDIR="%BOOST_LIBRARYDIR%"   ..
 
 # actual build process
 build:
-  project: C:\projects\shark\build\dart.sln # path to Visual Studio solution or project
-  parallel: true                           # enable MSBuild parallel builds
+  project: C:\projects\shark\build\shark.sln 
+  parallel: true                           

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