Skip to content

Commit 074de11

Browse files
committed
Run appveyor tests with installed data
1 parent 482b94b commit 074de11

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

appveyor.yml

+3-5
Original file line numberDiff line numberDiff line change
@@ -42,17 +42,15 @@ build_script:
4242

4343
test_script:
4444
- echo test_script
45-
- set PROJ_LIB=C:\projects\proj-4\data
45+
- if "%platform%" == "x64" cd build_dll
46+
- if "%platform%" == "x86" cd build_static
4647
- set CURDIR=%CD%
48+
- set PROJ_LIB=%CD%\install\share
4749
- cd %PROJ_LIB%
4850
- curl -O http://download.osgeo.org/proj/proj-datumgrid-1.7.zip
4951
- 7z e -aoa -y proj-datumgrid-1.7.zip
5052
- dir
51-
- cd ..
5253
- cd %CURDIR%
53-
#
54-
- if "%platform%" == "x64" cd build_dll
55-
- if "%platform%" == "x86" cd build_static
5654
- ctest -V -C Release
5755
- cd ..
5856

0 commit comments

Comments
 (0)