VoodooSMBus / VoodooRMI

Synaptic Trackpad driver over SMBus/I2C for macOS
GNU General Public License v2.0
237 stars 19 forks source link

Add CI #21

Closed 1Revenger1 closed 4 years ago

gimdh commented 4 years ago

I wonder how should we manage header dependencies in KEXT. Is there any elegant way? Or should we setup CI to clone VoodooSMBus repo?

1Revenger1 commented 4 years ago

Right now I submodule VoodooSMBus and VoodooTrackpoint - so it is cloned already (it's failing because I used SSH links instead of HTTPS). VoodooTrackpoint I think should stay a submodule so that it gets built and included with VoodooRMI. Idk about VoodooSMBus - I think submodule is easiest, so that building doesn't instantly break if there is a change.