zom / Zom-Android-XMPP

THIS PROJECT IS NOW CLOSED. WE HAVE MOVED TO A NEW ZOM 2.0 MATRIX CORE. FOLLOW THE LINK!
https://github.com/zom/zom-android-matrix
GNU General Public License v3.0
141 stars 64 forks source link

Travis ci fdroid nightly #383

Closed eighthave closed 6 years ago

eighthave commented 6 years ago

This uses the new fdroid nightly command to publish the debug APK from each successful build. This also includes a commit that works for me in other gradle builds to set the versionCode to a timestamp. I haven't succeeded in getting gradle to change the version code automatically with Zom. The combo of flavors and build types makes it hard. So I leave that to someone else.

They will be automatically published here: https://github.com/zom/zom-android-nightly

A draft of the documentation is here: https://eighthave.gitlab.io/fdroid-website/en/2017/10/11/publishing-nightly-builds-with-gitlab-ci.html

This started with #380 but I can't seem to reopen that one. So I made a new one.