From 63766b99911f787555d34f6c17a513937b8d1607 Mon Sep 17 00:00:00 2001 From: Even Rouault Date: Tue, 16 Jul 2019 22:27:09 +0200 Subject: [PATCH] appveyor.yml: force installation of SWIG 3.0.12 since the C# bindings aren't compatible of SWIG 4.0 (fixes #1726) --- appveyor.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 2a15d6c73ab3..ac98d3282184 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -67,7 +67,8 @@ install: Install-Module Pscx -AllowClobber Install-Module VSSetup -Scope CurrentUser # Install SWIG and VC for Python2.7 by Choco - cinst -y --no-progress swig vcpython27 + cinst -y --no-progress --version 3.0.12 --force swig + cinst -y --no-progress vcpython27 Import-VisualStudioVars -VisualStudioVersion $env:VS_VER -Architecture $env:ARCHITECTURE exec { pip install numpy } $env:SDK_ZIP="$env:SDK"+"-dev.zip"