aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJack Lloyd <[email protected]>2019-01-03 09:49:26 -0500
committerJack Lloyd <[email protected]>2019-01-03 09:49:26 -0500
commit49c398e6a4231f5749968dc82ba830c73cb22842 (patch)
tree329c22e46c4c1f0859ec5a430ba8de58b37b0e92
parentea5598c0f4bc10fec05013ce548445b7eded9b2c (diff)
Split up these blocks in appveyor.yml [ci skip]
-rw-r--r--src/scripts/ci/appveyor.yml4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/scripts/ci/appveyor.yml b/src/scripts/ci/appveyor.yml
index cdd62c3b4..6512e017a 100644
--- a/src/scripts/ci/appveyor.yml
+++ b/src/scripts/ci/appveyor.yml
@@ -17,11 +17,13 @@ environment:
TARGET: shared
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015
- # MSVC 2017 DLL x86-32 + x86-64
+ # MSVC 2017 DLL x86-32
- MSVS: 2017
PLATFORM: x86
TARGET: shared
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017
+
+ # MSVC 2017 DLL x86-64
- MSVS: 2017
PLATFORM: x86_amd64
TARGET: shared