Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 8 additions & 3 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ environment:
BZIP2_INCLUDE_DIR: C:\bzip2\dev
BZIP2_LIBRARY: C:\bzip2\dll
BOOST_PATH: C:\Libraries\boost_1_63_0
POSTGRESQL_VER: 9.6.6
POSTGRESQL_VER: 11.2
TESTS_POSTGRESQL_ROOT: C:\Progra~1\PostgreSQL\9.6
POSTGIS_VER: 2.4.3
POSTGIS_URL: "https://lonvia.dev.openstreetmap.org/osm2pgsql-winbuild/postgis-bundle-pg96-2.4.3x64.zip"
Expand Down Expand Up @@ -98,10 +98,15 @@ after_build:
- copy /y ..\*.style osm2pgsql-bin
- copy /y ..\*.lua osm2pgsql-bin
- copy /y %conda_library_path%\bin\libpq.dll osm2pgsql-bin
- copy /y %conda_library_path%\bin\libeay32.dll osm2pgsql-bin
- copy /y %conda_library_path%\bin\ssleay32.dll osm2pgsql-bin
- copy /y %conda_library_path%\bin\zlib.dll osm2pgsql-bin
- copy /y %conda_library_path%\bin\expat.dll osm2pgsql-bin
- copy /y %conda_library_path%\bin\gssapi64.dll osm2pgsql-bin
- copy /y %conda_library_path%\bin\libcrypto-1_1-x64.dll osm2pgsql-bin
- copy /y %conda_library_path%\bin\libssl-1_1-x64.dll osm2pgsql-bin
- copy /y %conda_library_path%\bin\comerr64.dll osm2pgsql-bin
- copy /y %conda_library_path%\bin\krb5_64.dll osm2pgsql-bin
- copy /y %conda_library_path%\bin\k5sprt64.dll osm2pgsql-bin
- copy /y %conda_library_path%\bin\wshelp64.dll osm2pgsql-bin
- copy /y %BZIP2_LIBRARY%\libbz2.dll osm2pgsql-bin
- copy /y %LUA_DLL% osm2pgsql-bin
- 7z a c:\osm2pgsql\osm2pgsql_%build_type%_%arch%.zip osm2pgsql-bin -tzip
Expand Down