mirror of
https://github.com/neovim/neovim.git
synced 2024-12-19 18:55:14 -07:00
scripts/pvscheck.sh: HACK: de-parallelize on CI
References https://github.com/neovim/bot-ci/pull/105
This commit is contained in:
parent
ca385db4d0
commit
a469704495
@ -9,7 +9,9 @@ set -e
|
||||
test -z "$POSH_VERSION" && set -u
|
||||
|
||||
echo_jobs_num() {
|
||||
echo $(( $(grep -c "^processor" /proc/cpuinfo) + 1 ))
|
||||
[ -n "$TRAVIS_CI_BUILD" ] \
|
||||
&& echo 1 \
|
||||
|| echo $(( $(grep -c "^processor" /proc/cpuinfo) + 1 ))
|
||||
}
|
||||
|
||||
help() {
|
||||
|
Loading…
Reference in New Issue
Block a user