appveyor configuration

This commit is contained in:
Daniel Sipka 2015-10-01 11:30:44 +02:00
parent 551f207341
commit 83ba95c71e

View File

@ -6,5 +6,5 @@ environment:
build_script: build_script:
- mkdir build - mkdir build
- cd build - cd build
- cmake "-G%GENERATOR%" -DBOOST_ROOT="C:\Libraries\boost_1_59_0" -DWITH_UNIT_TESTS=ON .. - 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 --build . --config "%CONFIG%" - cmake --build . --config "%CONFIG%"