How do you all handle releasing your MPP OSPs on e...
# opensource
j
How do you all handle releasing your MPP OSPs on every platform? Is there a good CI system anyone uses for it?
d
Most libraries I've seen use Travis(Linux and Macos) and Appveyor(Windows) to build and publish. (Although Travis alone should be able to do the trick)