appveyor configuration
This commit is contained in:
parent
67c70c14b0
commit
44608675cd
1 changed files with 2 additions and 2 deletions
|
@ -2,8 +2,8 @@ environment:
|
||||||
matrix:
|
matrix:
|
||||||
- GENERATOR: "Visual Studio 14 2015"
|
- GENERATOR: "Visual Studio 14 2015"
|
||||||
CONFIG: Release
|
CONFIG: Release
|
||||||
BOOST_ROOT: "C:\Libraries\boost_1_59_0"
|
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\\stage\\lib"
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- git submodule init
|
- git submodule init
|
||||||
|
|
Loading…
Reference in a new issue