diff options
-rw-r--r-- | src/scripts/ci/appveyor.yml | 10 |
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 ( |