File tree 1 file changed +7
-1
lines changed
1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -56,12 +56,18 @@ jobs:
56
56
pixi run --manifest-path=../modflow6/pixi.toml pip install --no-deps -e .
57
57
pixi run --manifest-path=../modflow6/pixi.toml python -m flopy.mf6.utils.generate_classes --dfnpath ../modflow6/doc/mf6io/mf6ivar/dfn
58
58
59
- - name : Build and install MF6
59
+ - name : Build MF6
60
60
working-directory : modflow6
61
61
run : |
62
62
pixi run meson setup builddir --buildtype=debugoptimized --prefix=$(pwd) --libdir=bin
63
63
pixi run meson install -C builddir
64
64
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
65
71
66
72
- name : Install executables
67
73
working-directory : modflow6/autotest
You can’t perform that action at this time.
0 commit comments