From 49c398e6a4231f5749968dc82ba830c73cb22842 Mon Sep 17 00:00:00 2001 From: Jack Lloyd Date: Thu, 3 Jan 2019 09:49:26 -0500 Subject: Split up these blocks in appveyor.yml [ci skip] --- src/scripts/ci/appveyor.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/scripts') 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 -- cgit v1.2.3