aboutsummaryrefslogtreecommitdiff
path: root/appveyor.yml
diff options
context:
space:
mode:
authorPetri Lehtinen <petri@digip.org>2016-06-03 10:44:53 +0300
committerPetri Lehtinen <petri@digip.org>2016-06-03 12:08:36 +0300
commit2d710d832fc1b0531c4767a7da80cacc660a829d (patch)
treee66ebf45f8846b432298519ab297e70cba6fae24 /appveyor.yml
parent72fd2fec4cfbad215e71be23ae4992e1b4d937b3 (diff)
downloadjansson-2d710d832fc1b0531c4767a7da80cacc660a829d.zip
jansson-2d710d832fc1b0531c4767a7da80cacc660a829d.tar.gz
jansson-2d710d832fc1b0531c4767a7da80cacc660a829d.tar.bz2
appveyor.yml: Build on all Visual Studio versionssimplify-snprintf-checks
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml12
1 files changed, 10 insertions, 2 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 5663334..852a399 100644
--- a/appveyor.yml
+++ b/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 \ No newline at end of file
+ - ctest --output-on-failure