Skip to content

Commit

Permalink
ci3
Browse files Browse the repository at this point in the history
  • Loading branch information
mjreno authored and mjreno committed Sep 15, 2023
1 parent e11b0b8 commit 2de72b6
Showing 1 changed file with 15 additions and 11 deletions.
26 changes: 15 additions & 11 deletions .github/workflows/ci2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -155,28 +155,32 @@ jobs:
working-directory: modflow6
run: cat builddir/meson-logs/meson-log.txt

- name: Update flopy
working-directory: modflow6/autotest
run: python update_flopy.py

- name: Get executables
working-directory: modflow6/autotest
env:
GITHUB_TOKEN: ${{ github.token }}
run: pytest -v --durations 0 get_exes.py

- name: Check exe
working-directory: modflow6/autotest
env:
REPOS_PATH: ${{ github.workspace }}
run: |
echo $LD_LIBRARY_PATH
ls -l /d/a/modflow6/modflow6/modflow6/bin
echo "FILE:"
file /d/a/modflow6/modflow6/modflow6/bin/mf6.exe
echo "LDD1:"
ldd /d/a/modflow6/modflow6/modflow6/bin/mf6.exe
LD_LIBRARY_PATH=/d/a/_temp/msys64/mingw64/bin ldd /d/a/modflow6/modflow6/modflow6/bin/mf6.exe
echo "LDD2:"
LD_LIBRARY_PATH=/d/a/_temp/msys64/mingw64/bin:/d/a/_temp/msys64/mingw64/lib ldd /d/a/modflow6/modflow6/modflow6/bin/mf6.exe
/d/a/modflow6/modflow6/modflow6/bin/mf6.exe --version
/d/a/modflow6/modflow6/modflow6/bin/mf6 --version
- name: Update flopy
working-directory: modflow6/autotest
run: python update_flopy.py

- name: Get executables
working-directory: modflow6/autotest
env:
GITHUB_TOKEN: ${{ github.token }}
run: pytest -v --durations 0 get_exes.py

- name: Test nc4 program
working-directory: modflow6/autotest
env:
Expand Down

0 comments on commit 2de72b6

Please sign in to comment.