mirror of
https://github.com/neoStudiosLCE/neoLegacy.git
synced 2026-06-23 11:27:02 +00:00
-j3
This commit is contained in:
parent
cb9f4fe624
commit
2b743bfff4
|
|
@ -115,7 +115,7 @@ do_cmake_configure() {
|
|||
|
||||
do_build() {
|
||||
info "Building with $(nproc) cores..."
|
||||
cores=$([ "$BUILD_CI" = "1" ] && echo 2 || nproc)
|
||||
cores=$([ "$BUILD_CI" = "1" ] && echo 3 || nproc)
|
||||
cmake --build "$BUILD_DIR" --config "$BUILD_TYPE" -j "$cores"
|
||||
success "Build complete"
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue