Skip to content

Commit

Permalink
add test cpp bmi build to multi-bmi runner
Browse files Browse the repository at this point in the history
  • Loading branch information
hellkite500 committed Apr 5, 2022
1 parent 4d98aec commit 462ec6c
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/test_and_validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -429,6 +429,12 @@ jobs:
make
cd ../../../
- name: cmake_init_shared_lib_build
run: cmake -B extern/test_bmi_cpp/cmake_build -S extern/test_bmi_cpp

- name: build_test_bmi_cpp_shared_lib
run: cmake --build extern/test_bmi_cpp/cmake_build --target testbmicppmodel

- name: cmake_init_shared_lib_build
run: cmake -B extern/test_bmi_c/cmake_build -S extern/test_bmi_c

Expand Down Expand Up @@ -829,6 +835,12 @@ jobs:
make
cd ../../../
- name: cmake_init_shared_lib_build
run: cmake -B extern/test_bmi_cpp/cmake_build -S extern/test_bmi_cpp

- name: build_test_bmi_cpp_shared_lib
run: cmake --build extern/test_bmi_cpp/cmake_build --target testbmicppmodel

- name: cmake_init_shared_lib_build
run: cmake -B extern/test_bmi_c/cmake_build -S extern/test_bmi_c

Expand Down

0 comments on commit 462ec6c

Please sign in to comment.