Skip to content

Commit

Permalink
CI: Ensure WRF-Hydro config gets run.
Browse files Browse the repository at this point in the history
I should look through top-level configure to see why this isn't happening already.
  • Loading branch information
DWesl authored Feb 9, 2024
1 parent 75988c9 commit 7034d4f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/cygwin-compile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ jobs:
echo ${{ matrix.parallelization }}$'\n'${{ matrix.nesting }} | /bin/dash ./configure arw
if [ -f tools/nc4_test.log ] ; then cat tools/nc4_test.log; fi
test -f configure.wrf
${{ matrix.hydrology == 1 && 'if [ ! -f hydro/Makefile.comm ] ; then cd hydro && /bin/dash ./configure gfort; fi' || '' }}
- name: Compile
shell: 'C:\cygwin\bin\bash.exe -o igncr -eo pipefail {0}'
Expand Down

0 comments on commit 7034d4f

Please sign in to comment.