We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5cca1d5 commit 87d4b1fCopy full SHA for 87d4b1f
.gitlab-ci.yml
@@ -75,6 +75,7 @@ test-x64-windows-release:
75
script:
76
- set GDAL_DATA=%VCPKG_ROOT%\installed\x64-windows\share\gdal
77
- set PROJ_LIB=%VCPKG_ROOT%\installed\x64-windows\share\proj4
78
+ - copy proj_4_9.dll proj.dll
79
- "%CI_PROJECT_DIR%/build/build-x64-windows-release/bin/test_pdal_c"
80
cache:
81
key: build-x64-windows-release
@@ -90,6 +91,7 @@ test-x64-windows-debug:
90
91
92
93
94
+ - copy proj_4_9_d.dll proj.dll
95
- "%CI_PROJECT_DIR%/build/build-x64-windows-debug/bin/test_pdal_cd"
96
97
key: build-x64-windows-debug
0 commit comments