diff --git a/.appveyor.yml b/.appveyor.yml index 96f583eb..fb16a57c 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -13,10 +13,8 @@ init: [] install: - git clone https://github.com/Microsoft/vcpkg - cd vcpkg -- dir - mkdir downloads - type nul > downloads\AlwaysAllowDownloads -- dir downloads - powershell -exec bypass scripts\bootstrap.ps1 - vcpkg install cryptopp zlib - vcpkg integrate install @@ -24,7 +22,7 @@ install: before_build: - git submodule update --init -- cmake -H. -Bbuild -G"Visual Studio 14 2015 Win64" -DSTATIC=%STATIC% -DSAMPLES=ON -DBENCHMARKS=ON +- cmake -H. -Bbuild -G"Visual Studio 14 2015" -DSTATIC=%STATIC% -DSAMPLES=ON -DBENCHMARKS=ON -DCMAKE_TOOLCHAIN_FILE=vcpkg/scripts/buildsystems/vcpkg.cmake build: project: build/tests/xlnt.test.sln