Skip to content

Commit

Permalink
netcdf 11
Browse files Browse the repository at this point in the history
  • Loading branch information
mjreno authored and mjreno committed Sep 7, 2023
1 parent 717e79a commit 8bb6eff
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,8 @@ jobs:

- name: Checkout modflow6
uses: actions/checkout@v4
with:
path: modflow6

- name: Setup gfortran ${{ env.GCC_V }}
uses: awvwgk/setup-fortran@main
Expand All @@ -70,16 +72,20 @@ jobs:
run: sed -i "s|libdir=/home/runner/micromamba/envs/modflow6//home/runner/micromamba/envs/modflow6/lib|libdir=/home/runner/micromamba/envs/modflow6/lib|g" /home/runner/micromamba/envs/modflow6/lib/pkgconfig/netcdf-fortran.pc

- name: Meson setup
working-directory: modflow6
run: meson setup builddir -Ddebug=false -Dwerror=true

- name: Meson compile
working-directory: modflow6
run: meson compile -C builddir

- name: Show build log
if: failure()
working-directory: modflow6
run: cat builddir/meson-logs/meson-log.txt

- name: Meson test
working-directory: modflow6
run: meson test --verbose --no-rebuild -C builddir

smoke_test:
Expand Down

0 comments on commit 8bb6eff

Please sign in to comment.