2015-10-01 17:17:01 +08:00
|
|
|
environment:
|
|
|
|
matrix:
|
|
|
|
- GENERATOR: "Visual Studio 12"
|
|
|
|
CONFIG: Debug
|
|
|
|
|
|
|
|
build_script:
|
|
|
|
- mkdir build
|
|
|
|
- cd build
|
2015-10-01 17:30:44 +08:00
|
|
|
- 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 ..
|
2015-10-01 17:17:01 +08:00
|
|
|
- cmake --build . --config "%CONFIG%"
|