mirror of
https://github.com/NVIDIA/nvbench.git
synced 2026-03-14 20:27:24 +00:00
More flailing about in powershell.
This commit is contained in:
@@ -73,8 +73,9 @@ 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
|
||||
$cmake_command = "cmake --preset $PRESET $CMAKE_OPTIONS --log-level VERBOSE"
|
||||
echo "$cmake_command"
|
||||
Invoke-Expression $cmake_command
|
||||
$test_result = $LastExitCode
|
||||
|
||||
If ($test_result -ne 0) {
|
||||
|
||||
Reference in New Issue
Block a user