From a452035fcb897063d3021c2e668e99c28cd148d0 Mon Sep 17 00:00:00 2001 From: bloodstalker Date: Mon, 20 Feb 2017 05:54:09 +0330 Subject: running with j2, its faster... --- extra-tools/precommitTests.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'extra-tools/precommitTests.sh') diff --git a/extra-tools/precommitTests.sh b/extra-tools/precommitTests.sh index 979d8a9..34bc1a5 100755 --- a/extra-tools/precommitTests.sh +++ b/extra-tools/precommitTests.sh @@ -14,7 +14,7 @@ printf "${Lblue}running make clean...\n${NC}" | tee ./test/precommit.rep "make" clean printf "${Lblue}testing the build in C++11 mode...\n${NC}" | tee -a ./test/precommit.rep -"make" CXX=clang++ BIULD_MODE=COV_NO_CLANG +"make" CXX=clang++ BIULD_MODE=COV_NO_CLANG -j2 echo "" if [[ $? == 0 ]]; then @@ -57,7 +57,7 @@ printf "${Lblue}running make clean...\n${NC}" | tee -a ./test/precommit.rep "make" clean printf "${Lblue}testing the build in C++1z mode...\n${NC}" | tee -a ./test/precommit.rep -"make" CXX=clang++ BUILD_MODE=COV_NO_CLANG_1Z +"make" CXX=clang++ BUILD_MODE=COV_NO_CLANG_1Z -j2 echo "" if [[ $? == 0 ]]; then -- cgit v1.2.3