appveyor configuration

This commit is contained in:
Daniel Sipka 2015-10-01 11:28:46 +02:00
parent 53a5046f44
commit 551f207341

View File

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