Files
dokuwiki-plugins/lib/plugins/nspages/_tests/source.sh

14 lines
262 B
Bash
Raw Normal View History

2025-10-09 15:04:29 +11:00
DW_DL_CACHE=dw_dl_cache
DW_VERSION="dokuwiki-2020-07-29"
# Empty = on job per core
PARALLEL_NB_JOBS=3
# Do not edit below
if ! [ x$PARALLEL_NB_JOBS = x ]; then
PARALLEL_JOB_ARG="--jobs $PARALLEL_NB_JOBS"
else
PARALLEL_JOB_ARG=''
fi
export PARALLEL_JOB_ARG