aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Neus <[email protected]>2016-02-17 21:20:02 +0100
committerDaniel Neus <[email protected]>2016-02-17 21:20:02 +0100
commit5859fb884422d71385013a6d86ef87884b552a5e (patch)
treeb4023734c5718a83d0c615bde90b9a23ae1c6760
parenteb579e1c544e3487e90d01391f6d3900f8fe1c6e (diff)
correct appveyor matrix
-rw-r--r--src/scripts/ci/appveyor.yml10
1 files changed, 7 insertions, 3 deletions
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 (