How do you all handle releasing your MPP OSPs on every platform? Is there a good CI system anyone uses for it?
d
Dominaezzz
02/04/2019, 6:42 AM
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)