From e20d5e4dd237d5c0358f50104c92e8822eb9f4f2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Sur=C3=BD?= Date: Wed, 12 Dec 2018 21:54:54 +0100 Subject: [PATCH] Rename the GitLab CI environment variable to BUILD_PARALLEL_JOBS --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 165ccfa400..2e99f8d5a5 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/