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

Building Jar when new Version is pushed #27

Open
hExPY opened this issue Mar 7, 2018 · 2 comments
Open

Building Jar when new Version is pushed #27

hExPY opened this issue Mar 7, 2018 · 2 comments

Comments

@hExPY
Copy link
Contributor

hExPY commented Mar 7, 2018

Hey,

it would be nice if we could build a new jar when something new pushed and release it as new/latest version.
Currently everyone need to compile it on their own or trying to find a version compiled by someone else.

@cartemere
Copy link
Collaborator

I'm working on it.
It would give something like this :
https://github.com/cartemere/org.openhab.binding.rflink/releases
github

How it works :
On each commit push on github, a Travis job is triggered. This Travis job has in charge to :

  • tag the current commit
  • launch the build process
  • deploy the packaged .jar to the github repo, within the "release" tab

unfortunately I can NOT share this with a simple pull request : the owner of the git repo need to generate a credential token with Travis' public key, and use this key in the .travis.yml, as shown here :
https://github.com/cartemere/org.openhab.binding.rflink/blob/master/.travis.yml

cartemere added a commit to cartemere/org.openhab.binding.rflink that referenced this issue Dec 25, 2018
@kennetn
Copy link
Contributor

kennetn commented Apr 15, 2022

Was this added ? or how do I finde a compiled version ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants