Skip to content

Commit

Permalink
t6
Browse files Browse the repository at this point in the history
  • Loading branch information
mjreno authored and mjreno committed Oct 12, 2024
1 parent a050d4e commit b3225b9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/actions/build-netcdf-win/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,8 @@ runs:
- name: Build modflow6
shell: cmd
run: |
unix2dos -n "%GITHUB_WORKSPACE%\modflow6\.github\common\compile_modflow6.bat" "%TEMP%\compile_modflow6.bat"
"%ONEAPI_ROOT%\setvars.bat" intel64 vs2022 && "%TEMP%\compile_modflow6.bat"
unix2dos -n "%GITHUB_WORKSPACE%\modflow6\.github\common\compile_modflow6_netcdf.bat" "%TEMP%\compile_modflow6_netcdf.bat"
"%ONEAPI_ROOT%\setvars.bat" intel64 vs2022 && "%TEMP%\compile_modflow6_netcdf.bat"
- name: Show Meson logs
if: failure()
Expand Down
5 changes: 5 additions & 0 deletions .github/common/compile_modflow6_netcdf.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
set FC=ifort
cd "%GITHUB_WORKSPACE%\modflow6"
pixi run setup -Dnetcdf=true builddir
pixi run build builddir
pixi run pytest -v --durations=0 --netcdf -k "test_netcdf"

0 comments on commit b3225b9

Please sign in to comment.