mirror of
https://github.com/tfussell/xlnt.git
synced 2024-03-22 13:11:17 +08:00
try 32-bit build and specify vcpkg toolchain for appveyor
This commit is contained in:
parent
192e0d87d6
commit
11b92cf034
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue
Block a user