quickjs-ng / quickjs

QuickJS, the Next Generation: a mighty JavaScript engine
https://quickjs-ng.github.io/quickjs/
MIT License
975 stars 80 forks source link

Reduce duplication in Linux and MacOS CI file, improve flexibility #458

Closed andrjohns closed 3 months ago

andrjohns commented 3 months ago

Consolidates the definitions for the Linux and MacOS CI workflows to a single job definition with multiple configurations, this will make it easier to add additional CI steps or enable tests for platforms without needing to update every separate definition

A similar simplification for the Windows jobs is a bit trickier, so will do in a separate PR