ci/build.sh: Enable parallel compilation

This commit is contained in:
Bart Van Assche
2022-11-12 18:16:17 -08:00
parent c23545c604
commit be9e2d70cb

View File

@@ -16,7 +16,7 @@ esac
./autogen.sh &&
./configure "${configure_options[@]}" &&
make &&
make -j$(nproc) &&
case "$(uname)" in
MSYS*|MINGW*)
;;