mirror of
https://github.com/verilator/verilator.git
synced 2024-12-28 18:27:34 +00:00
CI: More parallelism
This commit is contained in:
parent
49bccb5f1b
commit
f63168a5b5
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user