Skip to content

Commit

Permalink
add a test for the cmake build
Browse files Browse the repository at this point in the history
  • Loading branch information
tukss committed Jun 21, 2024
1 parent 6873fd8 commit 4680f45
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -131,3 +131,8 @@ jobs:
./configure --openblas --with-blas=$CONDA_PREFIX --with-fftw=$CONDA_PREFIX --FC=mpifort --FFLAGS_DBG='-O0 -g -fbounds-check -ffpe-trap=invalid,zero,overflow -fbacktrace -ffixed-line-length-132 -Wall'
make -j
make install
- name: Build Rayleigh (CMake)
run: |
cd "$GITHUB_WORKSPACE"
FC=gfortran cmake -Bbuild
cmake --build build -j -t install

0 comments on commit 4680f45

Please sign in to comment.