appveyor configuration
This commit is contained in:
parent
0cd4a6bd25
commit
d0d8e22cd2
@ -1,10 +1,10 @@
|
||||
environment:
|
||||
matrix:
|
||||
- GENERATOR: "Visual Studio 12 Win64"
|
||||
- GENERATOR: "Visual Studio 12"
|
||||
CONFIG: Debug
|
||||
|
||||
build_script:
|
||||
- mkdir build
|
||||
- cd build
|
||||
- cmake "-G%GENERATOR%" -DBOOST_ROOT="C:\Libraries\boost" -DBOOST_LIBRARYDIR="c:\Libraries\boost\stage\lib" -DWITH_UNIT_TESTS=ON ..
|
||||
- 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%"
|
||||
|
Loading…
x
Reference in New Issue
Block a user