appveyor configuration

This commit is contained in:
Daniel Sipka 2015-10-02 00:10:01 +02:00
parent eb754215d9
commit 5eb9accdea

View File

@ -10,7 +10,7 @@ install:
- git submodule update
build_script:
- tree /a /f C:\Libraries
- tree /a /f C:\Libraries\boost_1_59_0
- mkdir build
- cd build
- cmake "-G%GENERATOR%" -DBOOST_ROOT="%BOOST_ROOT%" -DBOOST_LIBRARYDIR="%BOOST_LIBRARYDIR%" -DBoost_USE_STATIC_LIBS=ON -DWITH_UNIT_TESTS=ON ..