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
|
||||
|
||||
cache:
|
||||
- vcpkg -> .appveyor.yml
|
||||
- vcpkg -> .appveyor.yml
|
||||
|
||||
platform:
|
||||
- x64
|
||||
|
@ -21,6 +21,7 @@ matrix:
|
|||
init: []
|
||||
|
||||
before_build:
|
||||
- git submodule update --init --recursive
|
||||
- mkdir build
|
||||
- cd build
|
||||
- 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