From 112673238ac3ec93ae2f92f39d67d6c2347b7b49 Mon Sep 17 00:00:00 2001 From: Edward Diener Date: Sat, 24 Oct 2020 20:33:54 -0400 Subject: [PATCH] Chyange number of jobs to use $nproc --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 390caf8..83207ae 100644 --- a/.travis.yml +++ b/.travis.yml @@ -339,7 +339,7 @@ install: script: - |- echo "using $TOOLSET : : $COMPILER ;" > ~/user-config.jam - - ./b2 libs/preprocessor/test -j 3 toolset=$TOOLSET cxxstd=$CXXSTD $ADDRMD + - ./b2 libs/preprocessor/test -j $nproc toolset=$TOOLSET cxxstd=$CXXSTD $ADDRMD notifications: email: