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

switch to new `fdroid nightly` command for nightly builds #380

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.

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

n8fr8 commented 6 years ago

@eighthave should I be concerned that the checks above failed?

eighthave commented 6 years ago

I haven't succeeded in getting gradle to change the version code automatically. The combo of flavors and build types makes it hard. I have another update coming for this pull request, so wait for that.

eighthave commented 6 years ago

You might be able to get the version code set using this method: https://stackoverflow.com/a/26152244