From: Florian Forster Date: Tue, 23 Jan 2024 10:40:01 +0000 (+0100) Subject: .cirrus.yml: Verbose make build steps for the statgrab task. X-Git-Tag: 6.0.0-rc0~1^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e480dd4ed044f801b9db649b90e0b0deb1451f1e;p=thirdparty%2Fcollectd.git .cirrus.yml: Verbose make build steps for the statgrab task. --- diff --git a/.cirrus.yml b/.cirrus.yml index 1fe4ec03b..583349a97 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -145,7 +145,7 @@ non_standard_toolchains_task: CPPLAGS="$(dpkg-buildflags --get CPPFLAGS)" LDFLAGS="$(dpkg-buildflags --get LDFLAGS)" build_script: - - make -j$(nproc) -sk + - make -j$(nproc) -sk V=1 tests_script: - | err=0