mirror of
https://github.com/tfussell/xlnt.git
synced 2024-03-22 13:11:17 +08:00
appveyor too
This commit is contained in:
parent
705827c88e
commit
65252b3a7d
|
@ -1,8 +1,8 @@
|
||||||
version: '{build}'
|
version: "{build}"
|
||||||
os: Visual Studio 2015
|
os: Visual Studio 2015
|
||||||
|
|
||||||
cache:
|
cache:
|
||||||
- vcpkg -> .appveyor.yml
|
- vcpkg -> .appveyor.yml
|
||||||
|
|
||||||
platform:
|
platform:
|
||||||
- x64
|
- x64
|
||||||
|
@ -12,15 +12,16 @@ configuration:
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
matrix:
|
matrix:
|
||||||
- STATIC: OFF
|
- STATIC: OFF
|
||||||
- STATIC: ON
|
- STATIC: ON
|
||||||
|
|
||||||
matrix:
|
matrix:
|
||||||
fast_finish: true
|
fast_finish: true
|
||||||
|
|
||||||
init: []
|
init: []
|
||||||
|
|
||||||
before_build:
|
before_build:
|
||||||
|
- git submodule update --init --recursive
|
||||||
- mkdir build
|
- mkdir build
|
||||||
- cd build
|
- cd build
|
||||||
- cmake -G "Visual Studio 14 2015" -D CMAKE_GENERATOR_PLATFORM=%platform% -D STATIC=%STATIC% -D SAMPLES=ON -D BENCHMARKS=ON ..
|
- cmake -G "Visual Studio 14 2015" -D CMAKE_GENERATOR_PLATFORM=%platform% -D STATIC=%STATIC% -D SAMPLES=ON -D BENCHMARKS=ON ..
|
||||||
|
|
Loading…
Reference in New Issue
Block a user