Skip to content

Commit

Permalink
minor changes to CI yaml file to build CFE.
Browse files Browse the repository at this point in the history
  • Loading branch information
ajkhattak committed May 8, 2024
1 parent dc64d6e commit 97f6a32
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .github/workflows/ngen_integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,12 +52,15 @@ jobs:
repository: noaa-owp/ngen

- name: Build CFE
id: submod_build_1
uses: ./.github/actions/ngen-submod-build
uses: actions/checkout@v4
with:
mod-dir: "extern/cfe/"
targets: "cfebmi"
repository: noaa-owp/cfe

- name: Build CFE Library
run: |
cmake -B cmake_build -S . -DNGEN=ON
make -C cmake_build

- name: Build Topmodel
id: submod_build_2
uses: ./.github/actions/ngen-submod-build
Expand Down

0 comments on commit 97f6a32

Please sign in to comment.