Skip to content

Commit

Permalink
Pass -v
Browse files Browse the repository at this point in the history
  • Loading branch information
bblanchon committed Dec 18, 2024
1 parent 4e78432 commit 92e68d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion steps/08-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ mkdir -p build
pushd build

cmake "${CMAKE_ARGS[@]}"
cmake --build .
cmake --build . -- -v

if [ "$OS" == "win" ]; then
EXAMPLE="Debug/example.exe"
Expand Down

0 comments on commit 92e68d6

Please sign in to comment.