Author: manx
Date: Sat Jun 8 18:52:52 2024
New Revision: 20970
URL: https://source.openmpt.org/browse/openmpt/?op=revision&rev=20970
Log:
Merged revision(s) 20969 from trunk/OpenMPT:
[Imp] build: CI: GitHub: CPA: FreeBSD: Autotools: Enable parallel make.
........
Modified:
branches/OpenMPT-1.31/ (props changed)
branches/OpenMPT-1.31/.github/workflows/FreeBSD-Autotools.yml
Modified: branches/OpenMPT-1.31/.github/workflows/FreeBSD-Autotools.yml
==============================================================================
--- branches/OpenMPT-1.31/.github/workflows/FreeBSD-Autotools.yml Sat Jun 8 18:50:31 2024 (r20969)
+++ branches/OpenMPT-1.31/.github/workflows/FreeBSD-Autotools.yml Sat Jun 8 18:52:52 2024 (r20970)
@@ -60,7 +60,7 @@
sync_files: false
shutdown_vm: false
run: |
- ./build/autotools/autoconfiscate.sh
+ export MAKEFLAGS="-j$(sysctl -n hw.ncpu)"; ./build/autotools/autoconfiscate.sh
- name: Shutdown VM
uses: cross-platform-actions/action@v0.24.0
with:
|