2015-11-22 03:26:08 +08:00
|
|
|
version: '{build}'
|
2017-01-16 23:17:54 +08:00
|
|
|
os: Visual Studio 2015
|
2016-07-05 11:07:41 +08:00
|
|
|
|
2017-03-20 02:37:59 +08:00
|
|
|
cache:
|
|
|
|
- vcpkg -> .appveyor.yml
|
|
|
|
|
2017-03-24 08:40:59 +08:00
|
|
|
platform:
|
|
|
|
- x64
|
|
|
|
|
|
|
|
configuration:
|
|
|
|
- Debug
|
2016-07-05 11:07:41 +08:00
|
|
|
|
2017-03-24 08:42:40 +08:00
|
|
|
environment:
|
|
|
|
matrix:
|
|
|
|
- STATIC: OFF
|
|
|
|
- STATIC: ON
|
2018-07-28 14:12:01 +08:00
|
|
|
|
|
|
|
matrix:
|
|
|
|
fast_finish: true
|
2017-03-24 08:42:40 +08:00
|
|
|
|
2015-11-22 03:26:08 +08:00
|
|
|
init: []
|
2017-03-24 08:34:33 +08:00
|
|
|
|
2016-07-05 11:07:41 +08:00
|
|
|
before_build:
|
2017-03-24 10:31:36 +08:00
|
|
|
- mkdir build
|
|
|
|
- cd build
|
2017-04-12 05:52:57 +08:00
|
|
|
- cmake -G "Visual Studio 14 2015" -D CMAKE_GENERATOR_PLATFORM=%platform% -D STATIC=%STATIC% -D SAMPLES=ON -D BENCHMARKS=ON ..
|
2016-07-05 11:07:41 +08:00
|
|
|
|
|
|
|
build:
|
2018-07-28 14:12:01 +08:00
|
|
|
project: build/xlnt_all.sln
|
2016-07-05 11:07:41 +08:00
|
|
|
parallel: true
|
|
|
|
verbosity: minimal
|
|
|
|
|
2015-11-22 03:26:08 +08:00
|
|
|
test_script:
|
2018-07-28 12:51:08 +08:00
|
|
|
- tests\%configuration%\xlnt.test.exe
|
|
|
|
- samples\%configuration%\sample-documentation.exe
|