debug appveyor

This commit is contained in:
Thomas Fussell 2017-03-11 10:16:54 -05:00
parent 4f47087d7e
commit ffc8c76f0a

View File

@ -18,10 +18,10 @@ install:
- powershell -exec bypass scripts\bootstrap.ps1
- vcpkg install cryptopp zlib expat
- vcpkg integrate install
- dir C:/projects/xlnt/vcpkg/installed/x86-windows/lib
- cd ..
before_build:
- git submodule update --init
- cmake -H. -Bbuild -G"Visual Studio 14 2015" -DSTATIC=%STATIC% -DSAMPLES=ON -DBENCHMARKS=ON -DCMAKE_TOOLCHAIN_FILE=vcpkg/scripts/buildsystems/vcpkg.cmake
build: