Pipe github test build output into nirvana

This commit is contained in:
Lorenz Kästle 2026-04-07 13:27:13 +02:00
parent ac6863dc27
commit 330d5eecac

View file

@ -43,10 +43,10 @@ jobs:
-v /var/run/utmp:/var/run/utmp \
--mount source=tmp-vol,destination=/src,target=/media/ramdisk2 \
${{ matrix.distro }} \
/bin/sh -c '${{ matrix.prepare }} && \
tools/setup && \
./configure --enable-libtap && \
make && \
/bin/sh -c '${{ matrix.prepare }} > /dev/null && \
tools/setup > /dev/null && \
./configure --enable-libtap > /dev/null && \
make > /dev/null && \
make test && \
make dist && \
tar zxf monitoring-plugins-*.tar.gz && \