We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c902997 commit 6b42804Copy full SHA for 6b42804
build-cmd.sh
@@ -64,7 +64,7 @@ case "$AUTOBUILD_PLATFORM" in
64
65
# conditionally run unit tests
66
if [ "${DISABLE_UNIT_TESTS:-0}" = "0" ]; then
67
- ctest --test-dir . -C Debug -v -rerun-failed --output-on-failure
+ ctest --test-dir . -C Debug -rerun-failed --output-on-failure
68
fi
69
70
cp $stage/debug/bin/*.dll $stage/lib/debug/
@@ -82,7 +82,7 @@ case "$AUTOBUILD_PLATFORM" in
82
83
84
85
- ctest --test-dir . -C Release -v -rerun-failed --output-on-failure
+ ctest --test-dir . -C Release -rerun-failed --output-on-failure
86
87
88
cp $stage/release/bin/*.dll $stage/lib/release/
0 commit comments