You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to add a couple of ctests at the atmos_cubed_sphere level that would feed up/be recognized at the top level of the ufs-weather-model build. However, when I add "include(CTest)" to the CMakeLists.txt file in ufs-weather-model, this sets BUILD_TESTING=ON and FV3 tries to build the ci tests and that fails.
Can we either fix the ci section so that it builds with a normal, out-of-the-box build, or change the "BUILD_TESTING" variable to something like "BUILD_CI_TESTING"?
The text was updated successfully, but these errors were encountered:
I would like to add a couple of ctests at the atmos_cubed_sphere level that would feed up/be recognized at the top level of the ufs-weather-model build. However, when I add "include(CTest)" to the CMakeLists.txt file in ufs-weather-model, this sets BUILD_TESTING=ON and FV3 tries to build the ci tests and that fails.
Can we either fix the ci section so that it builds with a normal, out-of-the-box build, or change the "BUILD_TESTING" variable to something like "BUILD_CI_TESTING"?
The text was updated successfully, but these errors were encountered: