Skip to content

Commit

Permalink
Merge cb8387f into f3e10e2
Browse files Browse the repository at this point in the history
  • Loading branch information
rouault committed Feb 27, 2019
2 parents f3e10e2 + cb8387f commit 2b40091
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ test_script:
- echo test_script
- set PROJ_LIB=%PROJ_DIR%\share\proj
- cd %PROJ_LIB%
- curl -O http://download.osgeo.org/proj/proj-datumgrid-1.7.zip
- 7z e -aoa -y proj-datumgrid-1.7.zip
- curl -O http://download.osgeo.org/proj/proj-datumgrid-1.8.zip
- 7z e -aoa -y proj-datumgrid-1.8.zip
- cd %PROJ_BUILD%
- ctest -V -C Release
- set PATH=%PATH%;%PROJ_DIR%\bin
Expand Down
4 changes: 2 additions & 2 deletions travis/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
set -e

# Download grid files
wget http://download.osgeo.org/proj/proj-datumgrid-1.7.zip
wget http://download.osgeo.org/proj/proj-datumgrid-1.8.zip

# prepare build files
./autogen.sh
Expand Down Expand Up @@ -49,7 +49,7 @@ cd ..
cd ../..

# Install grid files
(cd data && unzip -o ../proj-datumgrid-1.7.zip)
(cd data && unzip -o ../proj-datumgrid-1.8.zip)

# autoconf build with grids
mkdir build_autoconf_grids
Expand Down

0 comments on commit 2b40091

Please sign in to comment.