hove-io / transit_model

Managing transit data with Rust
GNU Affero General Public License v3.0
55 stars 28 forks source link

Release binaries #112

Open pbougue opened 6 years ago

pbougue commented 6 years ago

When publishing a new release (don't know what is the process currently), it would be nice to publish also the corresponding binaries, at least for Debian.

This is probably doable using Travis which would publish it in GitHub releases, and this would ease the external use (for example as a hand-made preprocess for navitia).

antoine-de commented 5 years ago

It would also be great to publish releases on crates.io.

Do you plan to do this (it can be done automatically via travis, like it's done here

antoine-de commented 5 years ago

ping, any plan to release this to crates.io ?

datanel commented 5 years ago
antoine-de commented 5 years ago

the crates.io release covers my needs.

if you want some debian packages, you can also use cargo deb in a jenkins job