try 32-bit build and specify vcpkg toolchain for appveyor

This commit is contained in:
Thomas Fussell 2017-03-09 21:45:57 -05:00
parent 192e0d87d6
commit 11b92cf034

View File

@ -13,10 +13,8 @@ init: []
install: install:
- git clone https://github.com/Microsoft/vcpkg - git clone https://github.com/Microsoft/vcpkg
- cd vcpkg - cd vcpkg
- dir
- mkdir downloads - mkdir downloads
- type nul > downloads\AlwaysAllowDownloads - type nul > downloads\AlwaysAllowDownloads
- dir downloads
- powershell -exec bypass scripts\bootstrap.ps1 - powershell -exec bypass scripts\bootstrap.ps1
- vcpkg install cryptopp zlib - vcpkg install cryptopp zlib
- vcpkg integrate install - vcpkg integrate install
@ -24,7 +22,7 @@ install:
before_build: before_build:
- git submodule update --init - 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: build:
project: build/tests/xlnt.test.sln project: build/tests/xlnt.test.sln