]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commit
pipeline: use make jobserver to run 3 compilationunits.sh in parallel
authorbones_was_here <bones_was_here@xa.org.au>
Mon, 21 Mar 2022 15:21:08 +0000 (01:21 +1000)
committerbones_was_here <bones_was_here@xa.org.au>
Mon, 21 Mar 2022 21:00:17 +0000 (07:00 +1000)
commit0640475e4be6629d6d9f70bfaca1a3d6dc99518b
tree47981b130b47246a24733b7c5e29253b688a8082
parenta1c1b7d008a237c5694c75ebc387228f3dc646f3
pipeline: use make jobserver to run 3 compilationunits.sh in parallel

compilationunits.sh has 3 main tasks, one for each progs.
They were run sequentially without making use of multi threading.

Also make clean now removes the temp files created by compilationunits.sh
.gitlab-ci.yml
Makefile
qcsrc/Makefile
qcsrc/tools/compilationunits.sh