From 5e9e47d414989edf0ccb9263492fc48d64761bc2 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Tue, 17 Sep 2019 05:33:43 +0300 Subject: AppVeyor: build w/ VS 2015 as well --- appveyor.yml | 20 ++++++++++++++++---- 1 file 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 -- cgit v1.2.3