xlnt/.appveyor.yml

33 lines
502 B
YAML
Raw Normal View History

2015-11-22 03:26:08 +08:00
version: '{build}'
2017-01-16 23:17:54 +08:00
os: Visual Studio 2015
cache:
- vcpkg -> .appveyor.yml
2017-03-24 08:40:59 +08:00
platform:
- x64
configuration:
- Debug
2017-03-24 08:42:40 +08:00
environment:
matrix:
- STATIC: OFF
- STATIC: ON
2015-11-22 03:26:08 +08:00
init: []
before_build:
- 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 ..
build:
project: build/tests/xlnt.test.sln
parallel: true
verbosity: minimal
2015-11-22 03:26:08 +08:00
test_script:
- cd tests\%configuration%
- xlnt.test.exe