Skip to content

Commit

Permalink
build.sh: Replace a 3 with $num_jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
jbytheway committed Jun 19, 2019
1 parent 3b73b6f commit 8f5cb00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-scripts/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ then
analyze_files_in_random_order "$remaining_cpp_files"
else
# Regular build
make -j3
make -j$num_jobs
cd ..
# Run regular tests
[ -f "${bin_path}cata_test" ] && run_tests "${bin_path}cata_test"
Expand Down

0 comments on commit 8f5cb00

Please sign in to comment.