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
e20d5e4d
Commit
e20d5e4d
authored
Dec 12, 2018
by
Ondřej Surý
Committed by
Ondřej Surý
Dec 12, 2018
Browse files
Rename the GitLab CI environment variable to BUILD_PARALLEL_JOBS
parent
bb607977
Pipeline
#7953
passed with stages
in 17 minutes and 20 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
e20d5e4d
...
...
@@ -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/
...
...
Ondřej Surý
@ondrej
mentioned in commit
7a11a1ab
·
Dec 12, 2018
mentioned in commit
7a11a1ab
mentioned in commit 7a11a1ab02e6f817c8bf9a203eb4d162e095dc6e
Toggle commit list
Ondřej Surý
@ondrej
mentioned in commit
dc909bd1
·
Dec 12, 2018
mentioned in commit
dc909bd1
mentioned in commit dc909bd1dd8096be570110b4046e5209d2b984d4
Toggle commit list
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