Reduce CI output

This commit is contained in:
Matthias Krack 2025-02-21 13:27:15 +01:00
parent f1a565bc1e
commit 4e8873768d

View file

@ -130,7 +130,7 @@ WORKDIR /opt/cp2k/build
RUN /bin/bash -c -o pipefail " \
source /opt/cp2k/tools/toolchain/install/setup; \
echo -e '\nCompiling CP2K ... \c'; \
if ninja --verbose | tee ninja.log; then \
if ninja --verbose &> ninja.log; then \
echo -e 'done\n'; \
echo -e 'Installing CP2K ... \c'; \
if ninja --verbose install &> install.log; then \