aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorSimon Warta <[email protected]>2016-10-03 17:21:22 +0200
committerSimon Warta <[email protected]>2016-10-03 17:21:22 +0200
commitcf8a199b6974f4982b3aede835abb71ee2b23102 (patch)
tree2c77965f0e08be2833474e3014dadefb4ec13f4a /src
parentab2842d6f28680b1cac18d5ff6b70b395d1ffb65 (diff)
AppVeyor config: use simplified --amalgamation parameter
Diffstat (limited to 'src')
-rw-r--r--src/scripts/ci/appveyor.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/scripts/ci/appveyor.yml b/src/scripts/ci/appveyor.yml
index 29100e415..777bf7235 100644
--- a/src/scripts/ci/appveyor.yml
+++ b/src/scripts/ci/appveyor.yml
@@ -11,13 +11,13 @@ environment:
- COMPILER: msvc-12.0
MODE: --disable-shared
- COMPILER: msvc-12.0
- MODE: --via-amalgamation
+ MODE: --amalgamation
- COMPILER: msvc-14.0
MODE: --enable-shared
- COMPILER: msvc-14.0
MODE: --disable-shared
- COMPILER: msvc-14.0
- MODE: --via-amalgamation
+ MODE: --amalgamation
install:
- if %compiler% == msvc-12.0 (