appveyor configuration

This commit is contained in:
Daniel Sipka 2015-10-01 12:50:40 +02:00
parent 8eebaa1d81
commit 1bc8f26735

View File

@ -12,3 +12,6 @@ build_script:
- cd build
- cmake "-G%GENERATOR%" -DBOOST_ROOT="C:\Libraries\boost" -DBOOST_LIBRARYDIR="c:\Libraries\boost\stage\lib" -DBoost_USE_STATIC_LIBS=ON -DWITH_UNIT_TESTS=ON ..
- cmake --build . --config "%CONFIG%"
test_script:
- ctest