From: Timo Heister Date: Fri, 1 Jan 2021 14:40:01 +0000 (-0500) Subject: output detailed.log X-Git-Tag: v9.3.0-r3~30^2~2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=abe2e3c93efbb7b695bcaef668d047eed873afe8;p=candi.git output detailed.log --- diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 11e9580..111f9fb 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -21,7 +21,7 @@ jobs: run: | echo 'DEAL_CONFOPTS="-D CMAKE_BUILD_TYPE=Debug"' >> candi.cfg ./candi.sh -j 2 --packages="once:p4est dealii" - cd ~/deal.ii-candi/tmp/build/deal.II-* && make test + cd ~/deal.ii-candi/tmp/build/deal.II-* && cat detailed.log && make test ubuntu20-blas: name: ubuntu 20.04 @@ -40,7 +40,7 @@ jobs: - name: build run: | ./candi.sh -j 2 --packages="once:openblas once:p4est dealii" - cd ~/deal.ii-candi/tmp/build/deal.II-* && make test + cd ~/deal.ii-candi/tmp/build/deal.II-* && cat detailed.log && make test osx-minimal: name: OSX clang @@ -62,7 +62,7 @@ jobs: run: | echo 'DEAL_CONFOPTS="-D CMAKE_BUILD_TYPE=Debug"' >> candi.cfg ./candi.sh -j 2 --packages="dealii" - cd ~/deal.ii-candi/tmp/build/deal.II-* && make test + cd ~/deal.ii-candi/tmp/build/deal.II-* && cat detailed.log && make test osx-gcc: name: OSX gcc @@ -87,4 +87,4 @@ jobs: export OMPI_CC=gcc-9 export OMPI_FC=gfortran-9 ./candi.sh -j 2 --packages="once:p4est once:petsc dealii" - cd ~/deal.ii-candi/tmp/build/deal.II-* && make test + cd ~/deal.ii-candi/tmp/build/deal.II-* && cat detailed.log && make test