Skip to content

Commit

Permalink
appveyor.yml: force installation of SWIG 3.0.12 since the C# bindings…
Browse files Browse the repository at this point in the history
… aren't compatible of SWIG 4.0 (fixes #1726)
  • Loading branch information
rouault committed Jul 18, 2019
1 parent 62c0d21 commit 63766b9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 63766b9

Please sign in to comment.