Skip to content

Commit

Permalink
try full build on modules
Browse files Browse the repository at this point in the history
  • Loading branch information
goshiz committed Jul 25, 2023
1 parent 3f6966f commit 9330550
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/build_ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ git pull
mkdir -p build/release
cd build/release
cmake ../..
make obj_common -j3
make -j3
# HOST_NCORES=$(nproc 2>/dev/null || shell nproc 2>/dev/null || sysctl -n hw.ncpu 2>/dev/null || echo 1)
#./build-haven.sh -j3 # don't exit because this will build translations directory even if build fails

Expand Down

0 comments on commit 9330550

Please sign in to comment.