Skip to content
Snippets Groups Projects
Commit 3ae8c82b authored by Ondřej Surý's avatar Ondřej Surý
Browse files

Merge branch 'ci-verbose' into 'master'

Make the builds in CI verbose

See merge request !833
parents a469ae45 95927de8
No related branches found
No related tags found
1 merge request!833Make the builds in CI verbose
Pipeline #
......@@ -111,7 +111,7 @@ docker:knot-dns:fedora:
script:
- autoreconf -fi
- ./configure --disable-fastparser || ( cat config.log && exit 1 )
- make -k all
- make -k all V=1
artifacts:
untracked: true
expire_in: '1 hour'
......@@ -119,7 +119,7 @@ docker:knot-dns:fedora:
.test: &test_job
stage: test
script:
- make -k check
- make -k check V=1
build:fedora:amd64:
<<: *fedora_latest
......@@ -247,7 +247,7 @@ build:archive:
- mkdir _build
- cd _build
- ../configure
- make distcheck
- make distcheck V=1
only:
- tags
- triggers
......@@ -264,7 +264,7 @@ build:documentation:
dependencies:
- build:debian:amd64
script:
- make -C doc html singlehtml pdf
- make -C doc html singlehtml pdf V=1
artifacts:
paths:
- doc/_build/html/
......
......@@ -46,7 +46,7 @@ EXTRA_DIST = \
SPHINX_V = $(SPHINX_V_@AM_V@)
SPHINX_V_ = $(SPHINX_V_@AM_DEFAULT_V@)
SPHINX_V_0 = -q
SPHINX_V_1 = -vv -n
SPHINX_V_1 = -n
AM_V_SPHINX = $(AM_V_SPHINX_@AM_V@)
AM_V_SPHINX_ = $(AM_V_SPHINX_@AM_DEFAULT_V@)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment