Skip to content

Commit

Permalink
trying to generate binary file in CI run
Browse files Browse the repository at this point in the history
  • Loading branch information
edwardhartnett committed Dec 6, 2023
1 parent 1ef13d4 commit 2dce646
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/io_gnu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,9 @@ jobs:
which ncdump
cmake -DSWITCH=${GITHUB_WORKSPACE}/ww3/model/tests/data/switch.io -DCMAKE_BUILD_TYPE=Debug -DCMAKE_Fortran_FLAGS="-g -fprofile-abs-path -fprofile-arcs -ftest-coverage -O0 -Wall -fno-omit-frame-pointer -fsanitize=address" -DCMAKE_C_FLAGS="-g -fprofile-abs-path -fprofile-arcs -ftest-coverage -O0 -Wall -fno-omit-frame-pointer -fsanitize=address" ..
make -j2 VERBOSE=1
ls -l
pwd
./ww3_grid
ctest --verbose --output-on-failure --rerun-failed
gcovr --root .. -v --html-details --exclude ../model/tests --exclude CMakeFiles --print-summary -o test-coverage.html &> /dev/null
Expand Down

0 comments on commit 2dce646

Please sign in to comment.