appveyor configuration
This commit is contained in:
parent
eb754215d9
commit
5eb9accdea
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ install:
|
||||||
- git submodule update
|
- git submodule update
|
||||||
|
|
||||||
build_script:
|
build_script:
|
||||||
- tree /a /f C:\Libraries
|
- tree /a /f C:\Libraries\boost_1_59_0
|
||||||
- mkdir build
|
- mkdir build
|
||||||
- cd build
|
- cd build
|
||||||
- cmake "-G%GENERATOR%" -DBOOST_ROOT="%BOOST_ROOT%" -DBOOST_LIBRARYDIR="%BOOST_LIBRARYDIR%" -DBoost_USE_STATIC_LIBS=ON -DWITH_UNIT_TESTS=ON ..
|
- cmake "-G%GENERATOR%" -DBOOST_ROOT="%BOOST_ROOT%" -DBOOST_LIBRARYDIR="%BOOST_LIBRARYDIR%" -DBoost_USE_STATIC_LIBS=ON -DWITH_UNIT_TESTS=ON ..
|
||||||
|
|
Loading…
Reference in a new issue