I just noticed in the CI workflow for the "traditional" Autotools based jobs, we did not specify "-j" for parallel job execution for the main "make" call to build all the sources. We did however for "make check" and "make distcheck".
If there is no reason for not using "-j 2", this PR adds it and potentially speeds up the CI jobs a bit.
For Meson, as far as I understood "ninja" uses parallel execution by default with the number of CPU cores available.
For Mingw64, I just enabled "-j $JOBS" if it is set (957da21ddfc6e9e00f1a7b208d55e7ed3f7ebe20). You can view, comment on, or merge this pull request online at:
https://github.com/geany/geany/pull/3432
-- Commit Summary --
* CI: Define JOBS environment variable and use it for make
-- File Changes --
M .github/workflows/build.yml (7)
-- Patch Links --
https://github.com/geany/geany/pull/3432.patch https://github.com/geany/geany/pull/3432.diff
Merged #3432 into master.
github-comments@lists.geany.org