Skip to content

Commit

Permalink
make sure cpp test lib built for multi test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
hellkite500 committed May 26, 2022
1 parent a611788 commit e9518b4
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/test_and_validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -287,6 +287,13 @@ jobs:
mod-dir: "extern/test_bmi_c/"
targets: "testbmicmodel"

- name: Build Submodules
id: submod_build_4
uses: ./.github/actions/ngen-submod-build
with:
mod-dir: "extern/test_bmi_cpp/"
targets: "testbmicppmodel"

- name: Build Unit Tests
uses: ./.github/actions/ngen-build
with:
Expand Down Expand Up @@ -314,6 +321,10 @@ jobs:
- uses: ./.github/actions/clean-build
with:
build-dir: ${{ steps.submod_build_3.outputs.build-dir }}
- uses: ./.github/actions/clean-build
with:
build-dir: ${{ steps.submod_build_4.outputs.build-dir }}


# TODO: fails due to compilation error, at least in large part due to use of POSIX functions not supported on Windows.
# TODO: Need to determine whether Windows support (in particular, development environment support) is necessary.
Expand Down

0 comments on commit e9518b4

Please sign in to comment.