Rename the GitLab CI environment variable to BUILD_PARALLEL_JOBS

This commit is contained in:
Ondřej Surý 2018-12-12 21:54:54 +01:00 committed by Ondřej Surý
parent bb60797799
commit e20d5e4dd2

View file

@ -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/