Skip to content

Commit

Permalink
use 1600 instead of 1500 version
Browse files Browse the repository at this point in the history
  • Loading branch information
psi29a committed Jul 18, 2016
1 parent c4ad474 commit 51b115c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions appveyor.yml
Expand Up @@ -48,9 +48,9 @@ install:
- "%PYTHON%\\Scripts\\pip.exe install -r requirements-dev.txt"
- mkdir %systemdrive%\temp
- cd %systemdrive%\temp
- appveyor DownloadFile http://download.gisinternals.com/sdk/downloads/release-1600-gdal-1-11-mapserver-6-4/gdal-111-1500-core.msi
- appveyor DownloadFile http://download.gisinternals.com/sdk/downloads/release-1600-gdal-1-11-mapserver-6-4/gdal-111-1600-core.msi

- msiexec /i gdal-111-1500-core.msi /qn
- msiexec /i gdal-111-1600-core.msi /qn
- appveyor DownloadFile http://download.gisinternals.com/sdk/downloads/release-1600-gdal-1-11-mapserver-6-4/GDAL-1.11.4.win32-py2.7.msi
- msiexec /i GDAL-1.11.4.win32-py2.7.msi /qn
- cd %APPVEYOR_BUILD_FOLDER%
Expand Down

0 comments on commit 51b115c

Please sign in to comment.