Hello nodeJSers!
I am currently developing automatic builds each time I have a new software version for a node add-on. So I don't have to compile in different machines (or VMs) for all different platforms.
Is there any way of cross-compiling from only one Linux machine with node-gyp? More important, would it work for Windows?
I haven't been very lucky and I didn't find a guide or tutorial of how to do this with node-gyp, so I appreciate very much any kind of help I could receive.
Thanks in advance,
Karim