[Tile-serving] [openstreetmap/osm2pgsql] Appveyor artifacts fix (#826)

Alireza Dabiri Nejad notifications at github.com
Tue Feb 27 14:47:52 UTC 2018


Fix the issue that mentioned https://github.com/openstreetmap/osm2pgsql/pull/820#issuecomment-368642226

Now the artifacts can be accessed using below URLs:
- x86: [https://ci.appveyor.com/api/projects/openstreetmap/osm2pgsql/artifacts/osm2pgsql_Release_x86.zip?job=Environment%3A%20arch%3Dx86](https://ci.appveyor.com/api/projects/openstreetmap/osm2pgsql/artifacts/osm2pgsql_Release_x86.zip?job=Environment%3A%20arch%3Dx86)
- x64: [https://ci.appveyor.com/api/projects/openstreetmap/osm2pgsql/artifacts/osm2pgsql_Release_x64.zip?job=Environment%3A%20arch%3Dx64](https://ci.appveyor.com/api/projects/openstreetmap/osm2pgsql/artifacts/osm2pgsql_Release_x64.zip?job=Environment%3A%20arch%3Dx64)

Also the "platform" environment variable renamed to "arch" because the collision with VisualStduio's vcvarsall script for x64 platform. By calling vcvarsall script the "platform" environment variable will be changed to "X64" instead of "x64". Because of the issue, the build artifact for x64 was named "osm2pgsql_Release_X64.zip" instead of "osm2pgsql_Release_x64.zip". So changed "platform" to "arch" environment variable. 
You can view, comment on, or merge this pull request online at:

  https://github.com/openstreetmap/osm2pgsql/pull/826

-- Commit Summary --

  * Simplify matrix to just platform
  * Update PostGIS version number
  * Fix an issue with the platform env variable

-- File Changes --

    M appveyor.yml (40)

-- Patch Links --

https://github.com/openstreetmap/osm2pgsql/pull/826.patch
https://github.com/openstreetmap/osm2pgsql/pull/826.diff

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/openstreetmap/osm2pgsql/pull/826
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/tile-serving/attachments/20180227/b72eef5f/attachment.html>


More information about the Tile-serving mailing list