Skip to content

Commit bf4df15

Browse files
committed
build mf5to6
1 parent abc40f2 commit bf4df15

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/mf6.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,12 +56,18 @@ jobs:
5656
pixi run --manifest-path=../modflow6/pixi.toml pip install --no-deps -e .
5757
pixi run --manifest-path=../modflow6/pixi.toml python -m flopy.mf6.utils.generate_classes --dfnpath ../modflow6/doc/mf6io/mf6ivar/dfn
5858
59-
- name: Build and install MF6
59+
- name: Build MF6
6060
working-directory: modflow6
6161
run: |
6262
pixi run meson setup builddir --buildtype=debugoptimized --prefix=$(pwd) --libdir=bin
6363
pixi run meson install -C builddir
6464
pixi run meson test --verbose --no-rebuild -C builddir
65+
66+
- name: Build mf5to6 converter
67+
working-directory: modflow6/utils/mf5to6
68+
run: |
69+
pixi run meson setup builddir --prefix=$(pwd)/../../ --libdir=bin
70+
pixi run meson install -C builddir
6571
6672
- name: Install executables
6773
working-directory: modflow6/autotest

0 commit comments

Comments
 (0)