mirror of
https://github.com/akheron/jansson.git
synced 2025-04-04 21:15:04 +00:00
appveyor.yml: Build on all Visual Studio versions
This commit is contained in:
parent
72fd2fec4c
commit
2d710d832f
1 changed files with 10 additions and 2 deletions
12
appveyor.yml
12
appveyor.yml
|
@ -1,6 +1,14 @@
|
|||
environment:
|
||||
matrix:
|
||||
- VS: Visual Studio 9 2008
|
||||
- VS: Visual Studio 10 2010
|
||||
- VS: Visual Studio 11 2012
|
||||
- VS: Visual Studio 12 2013
|
||||
- VS: Visual Studio 14 2015
|
||||
|
||||
build_script:
|
||||
- md build
|
||||
- cd build
|
||||
- cmake ..
|
||||
- cmake -G "%VS%" ..
|
||||
- cmake --build . --config Release
|
||||
- ctest --output-on-failure
|
||||
- ctest --output-on-failure
|
||||
|
|
Loading…
Add table
Reference in a new issue