From 07700b8a2109ed7ba41759da31a0a360ebc13a73 Mon Sep 17 00:00:00 2001 From: Tarik Date: Sun, 28 Sep 2025 11:54:37 +0200 Subject: [PATCH 1/3] Test commit to trigger build via webhooks --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 584e1dc..3c818a7 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,8 @@ - github pull requests checks - use github actions runner to bypass nat for jenkins integration? - dockerize +- cross compilation +- dependency (like catch2) management via conan? ## Jenkins plugins used From 9282f960870c05eabf405254bff1cf6a7560a844 Mon Sep 17 00:00:00 2001 From: Tarik Date: Sun, 28 Sep 2025 13:06:42 +0200 Subject: [PATCH 2/3] Test commit on test branch --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3c818a7..a03722c 100644 --- a/README.md +++ b/README.md @@ -16,10 +16,10 @@ - [ok] static analysis: cppcheck, gcov coverage - [ok] valgrind, memcheck +- auto trigger build - pre commit hooks - other static analyzers: clang-tidy, clazy (qt-oriented analyzer) - code formatting: clang-format, cpplint -- auto trigger build - github pull requests checks - use github actions runner to bypass nat for jenkins integration? - dockerize From ebc955e5989007b74f0c153990cb33b97acf2d23 Mon Sep 17 00:00:00 2001 From: Tarik Date: Sun, 28 Sep 2025 13:21:26 +0200 Subject: [PATCH 3/3] Test commit for pr --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index a03722c..c422488 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,6 @@ - [ok] version number - [ok] static analysis: cppcheck, gcov coverage - [ok] valgrind, memcheck - - auto trigger build - pre commit hooks - other static analyzers: clang-tidy, clazy (qt-oriented analyzer)