[Tile-serving] [openstreetmap/osm2pgsql] Appveyor enhancement (#820)
Sarah Hoffmann
notifications at github.com
Mon Feb 26 20:39:31 UTC 2018
So this PR turns out to have an unexpected side effect: permalinks to the download artefacts have become rather ugly. The reason is that we now have two different jobs for 32 and 64 bits and to get to the artefact, the job name needs to be appended. Unfortunately the job name cannot be set to something reasonable. Instead appveyor uses a string that is concatenated from the entries in the matrix parameter. So for the 32bit zip file we get: https://ci.appveyor.com/api/projects/openstreetmap/osm2pgsql/artifacts/osm2pgsql_Release_x86.zip?job=Environment%3A%20platform%3Dx86%2C%20vcvarsall_arg%3Dx86%2C%20conda_path%3DC%3A\Miniconda36\Scripts%2C%20conda_library_path%3DC%3A\Miniconda36\envs\osm2pgsql\Library%2C%20lua_url%3Dhttps%3A%2F%2Flonvia.dev.openstreetmap.org%2Fosm2pgsql-winbuild%2Flua_x86.zip%2C%20build_type%3DRelease
I've tried to remove all variables except `platform` to get the link to a manageable size but failed miserably to make the windows shell do what I want. @alirdn would you mind having a look at that? It would be good if we end up with a simple:
-matrix:
- platform: x86
- platform: x64
in the appveyor config. My failed attempts to do that can be found in the appveyor-test branch.
--
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/820#issuecomment-368642226
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/tile-serving/attachments/20180226/c0e247bb/attachment.html>
More information about the Tile-serving
mailing list