appveyor debug builds
This commit is contained in:
parent
fc59284ee7
commit
0ffec39618
1 changed files with 15 additions and 0 deletions
15
appveyor.yml
15
appveyor.yml
|
@ -15,6 +15,21 @@ environment:
|
|||
BOOST_ROOT: "C:\\Libraries\\boost_1_59_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:
|
||||
- git submodule init
|
||||
- git submodule update
|
||||
|
|
Loading…
Add table
Reference in a new issue