nodejs / gyp-next

A fork of the GYP build system for use in the Node.js projects
BSD 3-Clause "New" or "Revised" License
125 stars 69 forks source link

ci: add nodejs integration on macos/linux #255

Closed legendecas closed 1 month ago

legendecas commented 2 months ago

Add node-integration test to ensure the vendored packaging will not be removed by accident.

Refs: https://github.com/nodejs/gyp-next/pull/250#issuecomment-2097070359 Fixes: https://github.com/nodejs/gyp-next/issues/31

cclauss commented 2 months ago

Why merge all this complexity into a single file?

legendecas commented 2 months ago

Why merge all this complexity into a single file?

Most steps are similar in the integration tests, except from platform differences.