xlnt/.appveyor.yml

29 lines
408 B
YAML
Raw Normal View History

2015-11-22 03:26:08 +08:00
version: '{build}'
2016-09-11 04:10:25 +08:00
os: Previous Visual Studio 2015
configuration:
- Debug
environment:
matrix:
2016-10-28 11:09:13 +08:00
- STATIC: OFF
- STATIC: ON
2015-11-22 03:26:08 +08:00
init: []
install: []
before_build:
- git submodule update --init --recursive
2016-10-28 11:09:13 +08:00
- mkdir build
2016-10-28 11:11:16 +08:00
- cd build
2016-10-28 11:09:13 +08:00
- cmake -G "Visual Studio 14 2015 Win64" -D STATIC=%STATIC% ..
2016-10-28 11:14:07 +08:00
- ls .
build:
2016-10-28 11:14:07 +08:00
project: xlnt.sln
parallel: true
verbosity: minimal
2015-11-22 03:26:08 +08:00
test_script:
2016-10-28 11:14:07 +08:00
- cd bin
- xlnt.test.exe