mapbox / nepomuk

A public transit router for GTFS feeds (currently only static) written in modern c++
MIT License
24 stars 8 forks source link

Integrate Build Stages for Publishing #161

Open MoKob opened 7 years ago

MoKob commented 7 years ago

Currently publishing requires tests to pass two times. We should aim to use build stages to reduce this down to one test passage.

The process would move publishing to the second build stage, only to be executed when the builds have passed, allowing to only publish a binary if everything went right.

We could think about doing an initial step that checks for formatting and so on.