mirror of
https://github.com/weechat/weechat.git
synced 2026-06-12 14:14:48 +02:00
ci: change make option from "--jobs=N" to "-j N"
This fixes the following error on FreeBSD: make: illegal argument to -j -- must be positive integer!
This commit is contained in:
+1
-1
@@ -56,7 +56,7 @@ if [ -f "build.ninja" ]; then
|
||||
ninja -v
|
||||
sudo ninja install
|
||||
else
|
||||
make VERBOSE=1 --jobs="$(nproc)"
|
||||
make VERBOSE=1 -j "$(nproc)"
|
||||
sudo make install
|
||||
fi
|
||||
ctest -V
|
||||
|
||||
Reference in New Issue
Block a user