Skip to content

Commit

Permalink
more testing
Browse files Browse the repository at this point in the history
  • Loading branch information
jedwards4b committed Nov 22, 2023
1 parent 7a6d36c commit 71cc998
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/runtests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,12 @@ jobs:
- name: cmake build
shell: bash
run: |
export FC=gfortran
mkdir build
cd build
cmake -Wno-dev \
-DNETCDF_Fortran_LIBRARY=/usr/lib/x86_64-linux-gnu/libnetcdff.a \
-DNETCDF_Fortran_INCLUDE_DIR=/usr/include \
-DNetCDF_Fortran_LIBRARY=/usr/lib/x86_64-linux-gnu/libnetcdff.a \
-DNetCDF_Fortran_INCLUDE_DIR=/usr/include \
-DCMAKE_Fortran_FLAGS="-Wall" \
../
make VERBOSE=1
Expand Down

0 comments on commit 71cc998

Please sign in to comment.