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

Make the builds in CI verbose

parent cd7324d7
Branches
Tags
1 merge request!833Make the builds in CI verbose
Pipeline #17744 failed with stages
in 7 minutes and 45 seconds
......@@ -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/
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment