diff options
| author | Kai Pastor <dg0yt@darc.de> | 2019-02-15 22:49:54 +0100 |
|---|---|---|
| committer | Kai Pastor <dg0yt@darc.de> | 2019-02-15 22:49:54 +0100 |
| commit | 074de114c5be557680b663fe8d6b5ff769f4c6bf (patch) | |
| tree | e20709d29c3d4338a4e1ad8e018535c64187abe6 /appveyor.yml | |
| parent | 482b94bdfbc6fff0f24ecb82249136aeabb6892b (diff) | |
| download | PROJ-074de114c5be557680b663fe8d6b5ff769f4c6bf.tar.gz PROJ-074de114c5be557680b663fe8d6b5ff769f4c6bf.zip | |
Run appveyor tests with installed data
Diffstat (limited to 'appveyor.yml')
| -rw-r--r-- | appveyor.yml | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/appveyor.yml b/appveyor.yml index 999aeeb1..3eb69d51 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -42,17 +42,15 @@ build_script: test_script: - echo test_script - - set PROJ_LIB=C:\projects\proj-4\data + - if "%platform%" == "x64" cd build_dll + - if "%platform%" == "x86" cd build_static - set CURDIR=%CD% + - set PROJ_LIB=%CD%\install\share - cd %PROJ_LIB% - curl -O http://download.osgeo.org/proj/proj-datumgrid-1.7.zip - 7z e -aoa -y proj-datumgrid-1.7.zip - dir - - cd .. - cd %CURDIR% -# - - if "%platform%" == "x64" cd build_dll - - if "%platform%" == "x86" cd build_static - ctest -V -C Release - cd .. |
