mirror of
https://github.com/tfussell/xlnt.git
synced 2024-03-22 13:11:17 +08:00
Actually build samples + benchmarks on appveyor
This commit is contained in:
parent
6a4edfad40
commit
e350570ae6
|
@ -14,17 +14,19 @@ environment:
|
|||
matrix:
|
||||
- STATIC: OFF
|
||||
- STATIC: ON
|
||||
|
||||
matrix:
|
||||
fast_finish: true
|
||||
|
||||
init: []
|
||||
|
||||
before_build:
|
||||
- del /S /F build
|
||||
- mkdir build
|
||||
- cd build
|
||||
- cmake -G "Visual Studio 14 2015" -D CMAKE_GENERATOR_PLATFORM=%platform% -D STATIC=%STATIC% -D SAMPLES=ON -D BENCHMARKS=ON ..
|
||||
|
||||
build:
|
||||
project: build/tests/xlnt.test.sln
|
||||
project: build/xlnt_all.sln
|
||||
parallel: true
|
||||
verbosity: minimal
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user