We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 482b94b commit 074de11Copy full SHA for 074de11
appveyor.yml
@@ -42,17 +42,15 @@ build_script:
42
43
test_script:
44
- echo test_script
45
- - set PROJ_LIB=C:\projects\proj-4\data
+ - if "%platform%" == "x64" cd build_dll
46
+ - if "%platform%" == "x86" cd build_static
47
- set CURDIR=%CD%
48
+ - set PROJ_LIB=%CD%\install\share
49
- cd %PROJ_LIB%
50
- curl -O http://download.osgeo.org/proj/proj-datumgrid-1.7.zip
51
- 7z e -aoa -y proj-datumgrid-1.7.zip
52
- dir
- - cd ..
53
- cd %CURDIR%
-#
54
- - if "%platform%" == "x64" cd build_dll
55
- - if "%platform%" == "x86" cd build_static
56
- ctest -V -C Release
57
- cd ..
58
0 commit comments