Open hExPY opened 6 years ago
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 :
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 ?
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.