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 3dedba5 commit 3ac4014Copy full SHA for 3ac4014
build-cmd.sh
@@ -65,6 +65,7 @@ case "$AUTOBUILD_PLATFORM" in
65
# conditionally run unit tests
66
if [ "${DISABLE_UNIT_TESTS:-0}" = "0" ]; then
67
ctest --test-dir . -C Debug
68
+ cat Testing/Temporary/LastTest.log
69
fi
70
71
cp $stage/debug/bin/*.dll $stage/lib/debug/
@@ -83,6 +84,7 @@ case "$AUTOBUILD_PLATFORM" in
83
84
85
86
ctest --test-dir . -C Release
87
88
89
90
cp $stage/release/bin/*.dll $stage/lib/release/
0 commit comments