ci/build.sh: Enable parallel compilation
This commit is contained in:
@@ -16,7 +16,7 @@ esac
|
|||||||
|
|
||||||
./autogen.sh &&
|
./autogen.sh &&
|
||||||
./configure "${configure_options[@]}" &&
|
./configure "${configure_options[@]}" &&
|
||||||
make &&
|
make -j$(nproc) &&
|
||||||
case "$(uname)" in
|
case "$(uname)" in
|
||||||
MSYS*|MINGW*)
|
MSYS*|MINGW*)
|
||||||
;;
|
;;
|
||||||
|
|||||||
Reference in New Issue
Block a user