Windows CI debugging.

This commit is contained in:
Allison Piper
2024-04-05 20:09:00 +00:00
parent a4151667ff
commit de3d202635

View File

@@ -73,6 +73,7 @@ function configure_preset {
# CMake must be invoked in the same directory as the presets file:
pushd ".."
echo "cmake --preset $PRESET $CMAKE_OPTIONS --log-level VERBOSE"
cmake --preset $PRESET $CMAKE_OPTIONS --log-level VERBOSE
$test_result = $LastExitCode