CI: More parallelism

This commit is contained in:
Wilson Snyder 2024-09-19 18:51:33 -04:00
parent 49bccb5f1b
commit f63168a5b5

View File

@ -33,6 +33,7 @@ elif [ "$CI_OS_NAME" = "freebsd" ]; then
else
fatal "Unknown os: '$CI_OS_NAME'"
fi
NPROC=$(expr $NPROC '+' 1)
if [ "$CI_BUILD_STAGE_NAME" = "build" ]; then
##############################################################################
@ -194,6 +195,8 @@ elif [ "$CI_BUILD_STAGE_NAME" = "test" ]; then
;;
esac
# To see load average (1 minute, 5 minute, 15 minute)
uptime
# 22.04: ccache -s -v
ccache -s