From: Ondřej Surý Date: Wed, 12 Dec 2018 20:54:54 +0000 (+0100) Subject: Rename the GitLab CI environment variable to BUILD_PARALLEL_JOBS X-Git-Tag: v9.13.6~103^2 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=e20d5e4dd237d5c0358f50104c92e8822eb9f4f2;p=thirdparty%2Fbind9.git Rename the GitLab CI environment variable to BUILD_PARALLEL_JOBS --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 165ccfa4006..2e99f8d5a54 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -117,7 +117,7 @@ stages: # - ./autogen.sh script: - ./configure --enable-developer --with-libtool --disable-static --with-cmocka --prefix=$HOME/.local --without-make-clean $EXTRA_CONFIGURE || cat config.log - - make -j${PARALLEL_JOBS_BUILD:-1} -k all V=1 + - make -j${BUILD_PARALLEL_JOBS:-1} -k all V=1 artifacts: paths: - doc/