1
0
mirror of https://github.com/qTox/qTox.git synced 2024-03-22 14:00:36 +08:00

feat(CI): Output on test failure in Linux CI

This commit is contained in:
Anthony Bilinski 2022-02-16 21:17:20 -08:00
parent a828b54be4
commit 8d1b0d6c6e
No known key found for this signature in database
GPG Key ID: 2AA8E0DA1B31FB3C

View File

@ -47,6 +47,7 @@ fi
SRCDIR=/qtox
BUILDDIR=/qtox/build
export CTEST_OUTPUT_ON_FAILURE=1
rm -fr "$BUILDDIR"
mkdir -p "$BUILDDIR"
@ -68,7 +69,6 @@ else
fi
cmake --build . -- -j $(nproc)
cmake --build . --target test
echo "Checking whether files processed by CMake have been committed..."