appveyor debug builds
This commit is contained in:
parent
fc59284ee7
commit
0ffec39618
15
appveyor.yml
15
appveyor.yml
@ -15,6 +15,21 @@ environment:
|
|||||||
BOOST_ROOT: "C:\\Libraries\\boost_1_59_0"
|
BOOST_ROOT: "C:\\Libraries\\boost_1_59_0"
|
||||||
BOOST_LIBRARYDIR: "C:\\Libraries\\boost_1_59_0\\lib64-msvc-14.0"
|
BOOST_LIBRARYDIR: "C:\\Libraries\\boost_1_59_0\\lib64-msvc-14.0"
|
||||||
|
|
||||||
|
- GENERATOR: "Visual Studio 12 2013"
|
||||||
|
CONFIG: Debug
|
||||||
|
BOOST_ROOT: "C:\\Libraries\\boost"
|
||||||
|
BOOST_LIBRARYDIR: "C:\\Libraries\\boost\\lib32-msvc-12.0"
|
||||||
|
|
||||||
|
- GENERATOR: "Visual Studio 14 2015"
|
||||||
|
CONFIG: Debug
|
||||||
|
BOOST_ROOT: "C:\\Libraries\\boost_1_59_0"
|
||||||
|
BOOST_LIBRARYDIR: "C:\\Libraries\\boost_1_59_0\\lib32-msvc-14.0"
|
||||||
|
|
||||||
|
- GENERATOR: "Visual Studio 14 2015 Win64"
|
||||||
|
CONFIG: Debug
|
||||||
|
BOOST_ROOT: "C:\\Libraries\\boost_1_59_0"
|
||||||
|
BOOST_LIBRARYDIR: "C:\\Libraries\\boost_1_59_0\\lib64-msvc-14.0"
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- git submodule init
|
- git submodule init
|
||||||
- git submodule update
|
- git submodule update
|
||||||
|
Loading…
Reference in New Issue
Block a user