Skip to content

Commit 87d4b1f

Browse files
committed
Copy proj DLL to expected name for Windows GitLab Ci tests
1 parent 5cca1d5 commit 87d4b1f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.gitlab-ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ test-x64-windows-release:
7575
script:
7676
- set GDAL_DATA=%VCPKG_ROOT%\installed\x64-windows\share\gdal
7777
- set PROJ_LIB=%VCPKG_ROOT%\installed\x64-windows\share\proj4
78+
- copy proj_4_9.dll proj.dll
7879
- "%CI_PROJECT_DIR%/build/build-x64-windows-release/bin/test_pdal_c"
7980
cache:
8081
key: build-x64-windows-release
@@ -90,6 +91,7 @@ test-x64-windows-debug:
9091
script:
9192
- set GDAL_DATA=%VCPKG_ROOT%\installed\x64-windows\share\gdal
9293
- set PROJ_LIB=%VCPKG_ROOT%\installed\x64-windows\share\proj4
94+
- copy proj_4_9_d.dll proj.dll
9395
- "%CI_PROJECT_DIR%/build/build-x64-windows-debug/bin/test_pdal_cd"
9496
cache:
9597
key: build-x64-windows-debug

0 commit comments

Comments
 (0)