debug appveyor

This commit is contained in:
Thomas Fussell 2017-03-11 10:33:58 -05:00
parent 924b5a4a71
commit e2f8720bb2

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: