aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/appveyor.yml
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2019-09-17 05:33:43 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2019-09-17 05:50:52 +0300
commit5e9e47d414989edf0ccb9263492fc48d64761bc2 (patch)
tree6f9e1e0701b338b376e6e52a24c6bd72368b9248 /appveyor.yml
parentAppVeyor: build all branches (diff)
downloadwinapi-debug-5e9e47d414989edf0ccb9263492fc48d64761bc2.tar.gz
winapi-debug-5e9e47d414989edf0ccb9263492fc48d64761bc2.zip
AppVeyor: build w/ VS 2015 as well
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml20
1 files changed, 16 insertions, 4 deletions
diff --git a/appveyor.yml b/appveyor.yml
index a937dfd..0b49916 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -1,8 +1,7 @@
version: '{build}'
-image: 'Visual Studio 2017'
-
-environment:
- appveyor_boost_version: 1.69.0
+image:
+ - Visual Studio 2015
+ - Visual Studio 2017
platform:
- Win32
@@ -14,3 +13,16 @@ configuration:
build_script:
- ps: .\.appveyor\build.ps1
+
+for:
+- matrix:
+ only:
+ - image: Visual Studio 2015
+ environment:
+ appveyor_boost_version: 1.62.0
+
+- matrix:
+ only:
+ - image: Visual Studio 2017
+ environment:
+ appveyor_boost_version: 1.69.0