Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add SNAPSHOT publishing of kiwix-lib on Nightly builds #345

Closed
macgills opened this issue Jun 28, 2019 · 4 comments
Closed

Add SNAPSHOT publishing of kiwix-lib on Nightly builds #345

macgills opened this issue Jun 28, 2019 · 4 comments

Comments

@macgills
Copy link

macgills commented Jun 28, 2019

To enable the rapid testing of the latest code in kiwix-lib we want to publish to artifactory nightly.

I was following this article on how to do it for gradle.

The end result is that the android project can switch from
implementation 'org.kiwix.kiwixlib:kiwixlib:<CURRENT_VERSION>'
to
implementation 'org.kiwix.kiwixlib:kiwixlib:<NEXT_VERSION>-SNAPSHOT'
at will

@kelson42
Copy link
Contributor

I think we should do so and publish automatically via CA our git master HEAD to bintray to a dev snapshot. I would keep only one name/tag for that version an don't keep any history of it. This would not e a solution to the #346 problem, but would allow people to use cutting-edge version of the libkiwix withough having to compile it.

@kelson42
Copy link
Contributor

@mgautierfr Should such a dev version based on master be uploaded to bintray by kiwix-build or directly from kiwixlib repo?

@stale
Copy link

stale bot commented Feb 11, 2020

This issue has been automatically marked as stale because it has not had recent activity. It will be now be reviewed manually. Thank you for your contributions.

@stale stale bot added the stale label Feb 11, 2020
@kelson42
Copy link
Contributor

@mgautierfr AFAIK, we publish both libzim anf libkiwix binaries meanwhile in nightlies. Same will happen with java-libkiwix once its over.

@stale stale bot removed the stale label Mar 31, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants