NOVA-Team / NOVA-Monorepo

The core API of the NOVA voxel game modding system
https://nova-team.github.io
GNU Lesser General Public License v3.0
66 stars 23 forks source link

The build is painfully slow #322

Closed ExE-Boss closed 5 years ago

ExE-Boss commented 6 years ago

For whatever ungodly reason, recent builds have been taking on average 40 minutes or more (ever since https://github.com/NOVA-Team/NOVA-Core/pull/320 was merged, but that doesn’t seem to be the cause)

The cause seems to be the tests taking forever to compile and run (even locally on my machine they take 5 minutes or more per wrapper and the NOVA‑Core root project just to run each)

A possible solution might be to parallelise the build, possibly including the tests.