org.openhab.binding.rflink
org.openhab.binding.rflink copied to clipboard
Building Jar when new Version is pushed
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.
I'm working on it.
It would give something like this :
https://github.com/cartemere/org.openhab.binding.rflink/releases
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
Was this added ? or how do I finde a compiled version ?