blob: 6a36b4344555eceaccde2acd1b28fbc9fed5ce14 [file] [log] [blame]
version: '{branch}.{build}'
configuration: RelWithDebInfo
clone_depth: 1
before_build:
- mkdir BLD
- cd BLD
- cmake -G "Visual Studio 14 2015" -DBUILD_BINDING_DOTNET=OFF -DBOOST_ROOT=C:\Libraries\boost_1_59_0 -DBOOST_LIBRARYDIR=C:\Libraries\boost_1_59_0\lib32-msvc-14.0 ..
- cd ..
build:
project: BLD\qpid-cpp.sln
parallel: true
verbosity: normal