Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ISC Open Source Projects
BIND
Commits
7a11a1ab
Commit
7a11a1ab
authored
Dec 12, 2018
by
Ondřej Surý
Browse files
Rename the GitLab CI environment variable to BUILD_PARALLEL_JOBS
(cherry picked from commit
e20d5e4d
)
parent
e1644895
Pipeline
#7956
passed with stages
in 17 minutes and 21 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
7a11a1ab
...
...
@@ -116,7 +116,7 @@ stages:
-
autoreconf -fi
script
:
-
./configure --enable-developer --with-randomdev=/dev/urandom --with-libtool --disable-static --with-cmocka --with-libidn2 --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/
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment