Skip to content

Commit d29247f

Browse files
author
Alexey Pleshakov
committed
enabled parallel build
1 parent 7d087f9 commit d29247f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
mkdir -p build
22
cd build
33
$UTBOT_CMAKE_BINARY -G "Ninja" -DCMAKE_INSTALL_PREFIX=$UTBOT_ALL/server-install ..
4-
$UTBOT_CMAKE_BINARY --build .
4+
$UTBOT_CMAKE_BINARY --build -j `nproc` .
55
$UTBOT_CMAKE_BINARY --install .
66

77
./UTBot_UnitTests info

0 commit comments

Comments
 (0)