xlnt/.appveyor.yml
2016-12-10 17:05:13 +00:00

26 lines
416 B
YAML

version: '{build}'
os: Previous Visual Studio 2015
configuration:
- Debug
environment:
matrix:
- STATIC: OFF
- STATIC: ON
init: []
install: []
before_build:
- git submodule update --init
- cmake -H. -Bbuild -G"Visual Studio 14 2015 Win64" -DSTATIC=%STATIC% -DSAMPLES=ON -DBENCHMARKS=ON
build:
project: build/xlnt_all.sln
parallel: true
verbosity: minimal
test_script:
- cd build/bin
- xlnt.test.exe