org.openhab.binding.rflink icon indicating copy to clipboard operation
org.openhab.binding.rflink copied to clipboard

Building Jar when new Version is pushed

Open hExPY opened this issue 6 years ago • 2 comments

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.

hExPY avatar Mar 07 '18 18:03 hExPY

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 avatar Nov 10 '18 20:11 cartemere

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

kennetn avatar Apr 15 '22 21:04 kennetn