Skip to content

Commit

Permalink
Add build noah-owp-modular library
Browse files Browse the repository at this point in the history
  • Loading branch information
stcui007 committed Dec 11, 2023
1 parent e5b4f0b commit 3d0f461
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/ngen_integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,13 @@ jobs:
with:
repository: noaa-owp/ngen

- name: Build Surfacebmi
id: submod_build_1
uses: ./.github/actions/ngen-submod-build
with:
mod-dir: " extern/noah-owp-modular/"
targets: "surfacebmi"

- name: Build ISO C Fortran BMI
id: submod_build_2
uses: ./.github/actions/ngen-submod-build
Expand Down Expand Up @@ -92,7 +99,7 @@ jobs:
mv ${{runner.temp}}/topmodel/* extern/topmodel/topmodel
- name: Build Topmodel
id: submod_build_1
id: submod_build_4
uses: ./.github/actions/ngen-submod-build
with:
mod-dir: " extern/topmodel/"
Expand Down

0 comments on commit 3d0f461

Please sign in to comment.