add contents
This commit is contained in:
13
lib/plugins/nspages/_tests/source.sh
Normal file
13
lib/plugins/nspages/_tests/source.sh
Normal file
@@ -0,0 +1,13 @@
|
||||
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
|
Reference in New Issue
Block a user