From 8f992bb6ff8a1995ed757edf39578c986ef700fc Mon Sep 17 00:00:00 2001 From: aqua Date: Thu, 25 Aug 2022 21:30:08 +0300 Subject: Add CMakePresets.json - add clang-tidy to debug configuration - add valgrind target: test_memcheck - add coverage target: test_coverage - bitbucket pipelines: store test results in junit format for test reporting --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 41083ed6..9add7aa9 100644 --- a/.gitignore +++ b/.gitignore @@ -10,3 +10,7 @@ CMakeLists.txt.user CMakeCache.txt debug.log .gdb_history + +cmake-build-debug/ +cmake-build-coverage/ +cmake-build-release/ -- cgit v1.2.1