From 11b92cf0348643abd36cbd7b571d062804aac998 Mon Sep 17 00:00:00 2001 From: Thomas Fussell Date: Thu, 9 Mar 2017 21:45:57 -0500 Subject: [PATCH] try 32-bit build and specify vcpkg toolchain for appveyor --- .appveyor.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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