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 65bf107 commit 7a6d36c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/runtests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@ jobs:
- name: cmake build
shell: bash
run: |
export NETCDF_Fortran_LIBRARY=/usr/lib/x86_64-linux-gnu/libnetcdff.a
export NETCDF_Fortran_INCLUDE_DIR=/usr/include
export FCFLAGS="-Wall -fsanitize=address -static-libasan"
export LDFLAGS=" -static-libasan"
mkdir build
cd build
cmake -Wno-dev ../
cmake -Wno-dev \
-DNETCDF_Fortran_LIBRARY=/usr/lib/x86_64-linux-gnu/libnetcdff.a \
-DNETCDF_Fortran_INCLUDE_DIR=/usr/include \
-DCMAKE_Fortran_FLAGS="-Wall" \
../
make VERBOSE=1
make test

0 comments on commit 7a6d36c

Please sign in to comment.