Skip to content
GitLab
Projects
Groups
Snippets
/
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
a1d783bb
Commit
a1d783bb
authored
Aug 17, 2018
by
Ondřej Surý
Browse files
Disable make clean at the end of configure step in GitLab CI
parent
ca0ce1cb
Pipeline
#4251
passed with stages
in 8 minutes and 26 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
a1d783bb
...
...
@@ -115,7 +115,7 @@ stages:
-
test -w "${CCACHE_DIR}" && export PATH="/usr/lib/ccache:${PATH}"
# - ./autogen.sh
script
:
-
./configure --enable-developer --with-libtool --disable-static --with-atf=/usr --prefix=$HOME/.local $EXTRA_CONFIGURE || cat config.log
-
./configure --enable-developer --with-libtool --disable-static --with-atf=/usr --prefix=$HOME/.local
--without-make-clean
$EXTRA_CONFIGURE || cat config.log
-
make -j${PARALLEL_JOBS_BUILD:-1} -k all V=1
artifacts
:
expire_in
:
'
1
hour'
...
...
Ondřej Surý
@ondrej
mentioned in commit
6ccc609c
·
Aug 28, 2018
mentioned in commit
6ccc609c
mentioned in commit 6ccc609ca46de93351e84f02dfe2b4e504cf3e91
Toggle commit list
Ondřej Surý
@ondrej
mentioned in commit
bb17e1fd
·
Aug 28, 2018
mentioned in commit
bb17e1fd
mentioned in commit bb17e1fd1789e0eba5dd49040c3315f993f5d536
Toggle commit list
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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