Skip to content

Commit

Permalink
[Mod] build: CI: GitHub: Limit NetBSD VM parallel build to 4 jobs.
Browse files Browse the repository at this point in the history
git-svn-id: https://source.openmpt.org/svn/openmpt/trunk/OpenMPT@19347 56274372-70c3-4bfc-bfc3-4c3a0b034d27
  • Loading branch information
manxorist committed May 23, 2023
1 parent 6803e42 commit d59e684
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/NetBSD-9.2-Makefile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@ jobs:
sudo pkgin -y install autoconf autoconf-archive automake libtool libltdl
sudo pkgin -y install help2man
#sudo pkgin -y install doxygen # broken
gmake -j$(sysctl -n hw.ncpu) STRICT=1 VERBOSE=1 AUTO_DEPS=1
gmake -j$(sysctl -n hw.ncpu) STRICT=1 VERBOSE=1 AUTO_DEPS=1 check
gmake -j4 STRICT=1 VERBOSE=1 AUTO_DEPS=1
gmake -j4 STRICT=1 VERBOSE=1 AUTO_DEPS=1 check

0 comments on commit d59e684

Please sign in to comment.