mirror of
https://github.com/tfussell/xlnt.git
synced 2024-03-22 13:11:17 +08:00
try again
This commit is contained in:
parent
9a3c215359
commit
5d6c5e9346
|
@ -5,7 +5,7 @@ cache:
|
|||
- vcpkg -> .appveyor.yml
|
||||
|
||||
platform:
|
||||
- x86
|
||||
- Win32
|
||||
- x64
|
||||
|
||||
configuration:
|
||||
|
@ -30,7 +30,9 @@ install:
|
|||
- cd ..
|
||||
|
||||
before_build:
|
||||
- cmake -H. -Bbuild -DSTATIC=%STATIC% -DSAMPLES=ON -DBENCHMARKS=ON -DCMAKE_TOOLCHAIN_FILE=vcpkg/scripts/buildsystems/vcpkg.cmake
|
||||
- mkdir build
|
||||
- cd build
|
||||
- cmake -G "Visual Studio 14 2015" -D CMAKE_GENERATOR_PLATFORM=%platform% -D STATIC=%STATIC% -D SAMPLES=ON -D BENCHMARKS=ON -D CMAKE_TOOLCHAIN_FILE=vcpkg/scripts/buildsystems/vcpkg.cmake ..
|
||||
|
||||
build:
|
||||
project: build/tests/xlnt.test.sln
|
||||
|
|
Loading…
Reference in New Issue
Block a user