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 80e1f71
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
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"
cmake -Bbuild
cmake --build build -j -t install
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ dependencies:
- compilers=1.4.2
- openblas=0.3.25
- fftw=3.3
- mpich=3.4
- openmpi=5
- funcsigs=1.0
- vtk=9.0
- docopt=0.6

0 comments on commit 80e1f71

Please sign in to comment.