CI/FreeBSD: Filter out noise from make
This commit is contained in:
parent
53473b3db1
commit
84067a6af8
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue