From abe2e3c93efbb7b695bcaef668d047eed873afe8 Mon Sep 17 00:00:00 2001 From: Timo Heister Date: Fri, 1 Jan 2021 09:40:01 -0500 Subject: [PATCH] output detailed.log --- .github/workflows/main.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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 -- 2.39.5