[shark] 22/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 ab2357fbfe9a47db68e151bc89994f2ce5bf3ddc
Author: Christian Igel <igel at diku.dk>
Date:   Thu Oct 29 13:34:00 2015 +0100

    Update appveyor.yml
    
    First guess ..
---
 appveyor.yml | 30 +++++++++++++++++++++++++++++-
 1 file changed, 29 insertions(+), 1 deletion(-)

diff --git a/appveyor.yml b/appveyor.yml
index 5ecaae1..422f434 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -1,5 +1,33 @@
+# specify platforms
+platform: 
+  - Win32
+  - x64  
+
+# before everything
 init:
   - cmd: cmake --version
   - cmd: msbuild /version
   - cmd: dir C:\Libraries\boost
-  - cmd: dir C:\Libraries\boost\lib32-msvc-12.0
+
+# set environment variables
+environment:
+  BOOST_ROOT: C:\Libraries\boost
+  BOOST_LIBRARYDIR: C:\Libraries\boost\stage\lib
+  
+# clone directory
+clone_folder: C:\projects\shark
+
+# scripts to run before build
+before_build:
+  - cmd: cd C:\projects\shark
+  - cmd: dir 
+  - cmd: md 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%" ..
+
+# actual build process
+build:
+  project: C:\projects\shark\build\dart.sln # path to Visual Studio solution or project
+  parallel: true                           # enable MSBuild parallel builds

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