mozilla-magnet / magnet-client

A nearby content discovery client for Android & iOS
Mozilla Public License 2.0
17 stars 10 forks source link

Make it easy to try production builds from Travis #326

Open gmarty opened 7 years ago

gmarty commented 7 years ago

Travis makes production builds on each push but we have no way to get these builds at the moment.

That would be nice if we could upload each build to a server so we can easily test them. Then maybe we can remove builds older than say a week (or less depending on the disk space).

Maybe we can also reuse this mechanism to upload the Android and iOS builds from the latest master branch somewhere and call it nightly.

As discussed with @samgiles.

wilsonpage commented 7 years ago

FYI we do already build nightlies. You can find them in Github Releases. But correct, we don't have any way of getting builds per push.