appveyor configuration
This commit is contained in:
parent
44608675cd
commit
ce46a89a81
@ -3,13 +3,14 @@ environment:
|
||||
- GENERATOR: "Visual Studio 14 2015"
|
||||
CONFIG: Release
|
||||
BOOST_ROOT: "C:\\Libraries\\boost_1_59_0"
|
||||
BOOST_LIBRARYDIR: "C:\\Libraries\\boost_1_59_0\\stage\\lib"
|
||||
BOOST_LIBRARYDIR: "C:\\Libraries\\boost_1_59_0\\lib32-msvc-14.0"
|
||||
|
||||
install:
|
||||
- git submodule init
|
||||
- git submodule update
|
||||
|
||||
build_script:
|
||||
- tree /a /f C:\
|
||||
- mkdir build
|
||||
- cd build
|
||||
- cmake "-G%GENERATOR%" -DBOOST_ROOT="%BOOST_ROOT%" -DBOOST_LIBRARYDIR="%BOOST_LIBRARYDIR%" -DBoost_USE_STATIC_LIBS=ON -DWITH_UNIT_TESTS=ON ..
|
||||
|
Loading…
Reference in New Issue
Block a user