mirror of
https://github.com/boostorg/beast.git
synced 2025-07-31 21:34:46 +02:00
Put num_jobs back up on Travis
This commit is contained in:
@@ -43,9 +43,9 @@ elif [[ $(uname -s) == "Linux" ]]; then
|
||||
if [[ "${TRAVIS}" == "true" && ${NUM_PROCESSORS:=2} > ${num_jobs} ]]; then
|
||||
num_jobs=$NUM_PROCESSORS
|
||||
fi
|
||||
if [[ "$TRAVIS" == "true" ]] && (( "$num_jobs" > 1)); then
|
||||
num_jobs=$((num_jobs - 1))
|
||||
fi
|
||||
#if [[ "$TRAVIS" == "true" ]] && (( "$num_jobs" > 1)); then
|
||||
# num_jobs=$((num_jobs - 1))
|
||||
#fi
|
||||
fi
|
||||
|
||||
echo "using toolset: $CC"
|
||||
|
Reference in New Issue
Block a user