From 5859fb884422d71385013a6d86ef87884b552a5e Mon Sep 17 00:00:00 2001 From: Daniel Neus Date: Wed, 17 Feb 2016 21:20:02 +0100 Subject: correct appveyor matrix --- src/scripts/ci/appveyor.yml | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'src/scripts/ci/appveyor.yml') diff --git a/src/scripts/ci/appveyor.yml b/src/scripts/ci/appveyor.yml index 9687f8070..d0f59c920 100644 --- a/src/scripts/ci/appveyor.yml +++ b/src/scripts/ci/appveyor.yml @@ -6,10 +6,14 @@ platform: environment: matrix: - - COMPILER: msvc-14.0 - COMPILER: msvc-12.0 - - MODE: --enable-shared - - MODE: --disable-shared + MODE: --enable-shared + - COMPILER: msvc-12.0 + MODE: --disable-shared + - COMPILER: msvc-14.0 + MODE: --enable-shared + - COMPILER: msvc-14.0 + MODE: --disable-shared install: - if %compiler% == msvc-12.0 ( -- cgit v1.2.3