[shark] 29/79: Update appveyor.yml

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

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

diff --git a/appveyor.yml b/appveyor.yml
index 76c1956..f2dce9e 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -1,8 +1,13 @@
 # specify platforms
 platform: 
-  - Win32
-#  - x64  
+#  - Win32
+  - x64  
 
+# set environment variables
+environment:
+  BOOST_ROOT: C:\Libraries\boost
+  BOOST_LIBRARYDIR: C:\Libraries\boost\lib64-msvc-12.0
+  
 # specify branch
 #branches:
 #  only:
@@ -12,14 +17,8 @@ platform:
 init:
   - cmd: cmake --version
   - cmd: msbuild /version
-  - cmd: dir C:\Libraries\boost\libs
-  - cmd: dir C:\Libraries\boost
+  - cmd: dir %BOOST_LIBRARYDIR%
 
-# set environment variables
-environment:
-  BOOST_ROOT: C:\Libraries\boost
-  BOOST_LIBRARYDIR: C:\Libraries\boost\libs
-  
 # 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