mirror of
https://github.com/cp2k/cp2k.git
synced 2026-07-27 21:55:16 -04:00
Reduce CI output
This commit is contained in:
parent
f1a565bc1e
commit
4e8873768d
1 changed files with 1 additions and 1 deletions
|
|
@ -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 \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue