Commit 762fda9a authored by Guillaume Quintard's avatar Guillaume Quintard

[cci] VERBOSE=1 in the whole job, not just the command

parent 76c7d40b
......@@ -205,6 +205,8 @@ jobs:
type: string
docker:
- image: << parameters.dist >>:<< parameters.release >>
environment:
VERBOSE: "1"
working_directory: /workspace
steps:
- << parameters.dist >>_install_build_deps
......@@ -236,7 +238,7 @@ jobs:
<< parameters.extra_conf >>
sudo -u varnish \
--preserve-env=ASAN_OPTIONS,LSAN_OPTIONS,TSAN_OPTIONS,UBSAN_OPTIONS \
make distcheck VERBOSE=1 -j 12 -k
make distcheck -j 12 -k
push_packages:
docker:
- image: centos:7
......
Markdown is supported
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