diff options
author | Daniel Neus <[email protected]> | 2016-08-12 17:09:04 +0200 |
---|---|---|
committer | Daniel Neus <[email protected]> | 2016-08-12 17:09:04 +0200 |
commit | bb846addf84c747f9431da3e47361dd750b6a9a7 (patch) | |
tree | b79b80b19e8cd718f14abe817a073285d7fc7ff1 | |
parent | 5c9fb02e9d7250b4dac253fe38af660fc11a8f3c (diff) |
add amalgamation builds for AppVeyor
-rw-r--r-- | src/scripts/ci/appveyor.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/scripts/ci/appveyor.yml b/src/scripts/ci/appveyor.yml index e4c5fd1dd..29100e415 100644 --- a/src/scripts/ci/appveyor.yml +++ b/src/scripts/ci/appveyor.yml @@ -10,10 +10,14 @@ environment: MODE: --enable-shared - COMPILER: msvc-12.0 MODE: --disable-shared + - COMPILER: msvc-12.0 + MODE: --via-amalgamation - COMPILER: msvc-14.0 MODE: --enable-shared - COMPILER: msvc-14.0 MODE: --disable-shared + - COMPILER: msvc-14.0 + MODE: --via-amalgamation install: - if %compiler% == msvc-12.0 ( |