run: |
echo 'DEAL_II_CONFOPTS="-D CMAKE_BUILD_TYPE=Debug"' >> candi.cfg
./candi.sh -j 2 --packages="once:p4est dealii"
- cd ~/deal.ii-candi/tmp/build/deal.II-* && cat detailed.log && make test
+ cd ~/dealii-candi/tmp/build/deal.II-* && cat detailed.log && make test
ubuntu20-blas:
name: ubuntu 20.04
run: |
# use our cmake version, as the runner has 3.19 installed, which is too new for deal.II
./candi.sh -j 2 --packages="once:cmake once:openblas once:p4est dealii"
- cd ~/deal.ii-candi/tmp/build/deal.II-* && cat detailed.log && make test
+ cd ~/dealii-candi/tmp/build/deal.II-* && cat detailed.log && make test
osx-minimal:
name: OSX clang
run: |
echo 'DEAL_II_CONFOPTS="-D CMAKE_BUILD_TYPE=Debug"' >> candi.cfg
./candi.sh -j 2 --packages="dealii"
- cd ~/deal.ii-candi/tmp/build/deal.II-* && cat detailed.log && make test
+ cd ~/dealii-candi/tmp/build/deal.II-* && cat detailed.log && make test
osx-gcc:
name: OSX gcc
export OMPI_FC=gfortran-9
echo 'DEAL_II_CONFOPTS="-D CMAKE_BUILD_TYPE=Debug"' >> candi.cfg
./candi.sh -j 2 --packages="once:p4est once:petsc dealii"
- cd ~/deal.ii-candi/tmp/build/deal.II-* && cat detailed.log && make test
+ cd ~/dealii-candi/tmp/build/deal.II-* && cat detailed.log && make test