MayamaTakeshi / sip-lab

A node module that helps to write SIP functional tests
3 stars 2 forks source link

Check how to use node-gyp-build to support prebuilt for different OSs #41

Open MayamaTakeshi opened 1 year ago

MayamaTakeshi commented 1 year ago

I am currently prebuilding on Debian 11 for node v15, v16, v17 and v18. However, if

npm install sip-lab

is issued on Debian 10 or Ubuntu XX, a local build is triggered.

So let's check node-gyp-build to see if we can support multiple OSs: https://www.npmjs.com/package/node-gyp-build (check the "more specific flavors" so that we can try to avoid need to build the addon in non debian-11 OSs).