From 3c5c8d7e4a3b95e92afaddc698d575fdc86e9636 Mon Sep 17 00:00:00 2001 From: Daniel Sipka Date: Thu, 1 Oct 2015 11:35:27 +0200 Subject: [PATCH] appveyor configuration --- appveyor.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 412ed22..0c6b66b 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,10 +1,10 @@ environment: matrix: - - GENERATOR: "Visual Studio 12" + - GENERATOR: "Visual Studio 12 Win64" CONFIG: Debug build_script: - mkdir build - cd build - - cmake "-G%GENERATOR%" -DBOOST_ROOT="C:\Libraries\boost_1_59_0" -DBOOST_LIBRARYDIR="c:\Libraries\boost_1_59_0\stage\lib" -DWITH_UNIT_TESTS=ON .. + - cmake "-G%GENERATOR%" -DBOOST_ROOT="C:\Libraries\boost" -DBOOST_LIBRARYDIR="C:\Libraries\boost\lib64-msvc-12.0" -DWITH_UNIT_TESTS=ON .. - cmake --build . --config "%CONFIG%"