mirror of
https://github.com/neoStudiosLCE/neoLegacy.git
synced 2026-08-20 09:57:09 +00:00
-j3
This commit is contained in:
parent
cb9f4fe624
commit
2b743bfff4
|
|
@ -115,7 +115,7 @@ do_cmake_configure() {
|
||||||
|
|
||||||
do_build() {
|
do_build() {
|
||||||
info "Building with $(nproc) cores..."
|
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"
|
cmake --build "$BUILD_DIR" --config "$BUILD_TYPE" -j "$cores"
|
||||||
success "Build complete"
|
success "Build complete"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue