Chyange number of jobs to use $nproc

This commit is contained in:
Edward Diener
2020-10-24 20:33:54 -04:00
parent bff73def85
commit 112673238a

View File

@ -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: