aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Neus <[email protected]>2016-08-12 17:09:04 +0200
committerDaniel Neus <[email protected]>2016-08-12 17:09:04 +0200
commitbb846addf84c747f9431da3e47361dd750b6a9a7 (patch)
treeb79b80b19e8cd718f14abe817a073285d7fc7ff1
parent5c9fb02e9d7250b4dac253fe38af660fc11a8f3c (diff)
add amalgamation builds for AppVeyor
-rw-r--r--src/scripts/ci/appveyor.yml4
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 (