From 84067a6af84f18093001c591b5859219feaf56f9 Mon Sep 17 00:00:00 2001 From: Peter Keresztes Schmidt Date: Sun, 11 Apr 2021 23:00:39 +0200 Subject: [PATCH] CI/FreeBSD: Filter out noise from make --- .cirrus.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.cirrus.yml b/.cirrus.yml index 7345f9db9..dde372cee 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -14,7 +14,7 @@ task: build_script: - cd build - - make -j3 + - make -j3 | grep --line-buffered -Ev '^(cp lib\/|Installing.+\.pm|-- Installing:)' && (exit ${PIPESTATUS[0]}) - make install test_script: