cyrilcc / org.openhab.binding.rflink

RFLink binding for OpenHAB 2.0
23 stars 32 forks source link

Building Jar when new Version is pushed #27

Open hExPY opened 6 years ago

hExPY commented 6 years ago

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 commented 5 years ago

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 :

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

kennetn commented 2 years ago

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