From fa81be26f311d492e24dece2f3a15da46bc97b69 Mon Sep 17 00:00:00 2001 From: jarjar Date: Tue, 4 Mar 2025 14:26:02 +0000 Subject: [PATCH] Update answers.md --- answers.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/answers.md b/answers.md index a0e2730..de2c5c3 100644 --- a/answers.md +++ b/answers.md @@ -43,7 +43,7 @@ One solution is to modify the “CMakeLists.txt” file by forcing compilation i In my “CMakeLists”, i'have added this line : ```set(CMAKE_CXX_STANDARD 11)``` (Variable retrieved from this documentation : https://cmake.org/cmake/help/latest/prop_tgt/CXX_STANDARD.html#prop_tgt:CXX_STANDARD) So i made the modification and put it on this public git directory : https://gitea.jarodcajna.fr/jarjar/test_app Then i modified the pipeline to retrieve my git repository and the “main” branch. -When i restarted the job, i got the same result as the old build. So the modification worked. +When i restarted the job, i got the same result as the old build. So the modification worked. This modification implies a change in the source code. _Explain in a few lines the steps you took and provide a package (git repository / patch files) containing your modifications and a note explaining your changes._ @@ -65,4 +65,6 @@ _Explain in a few lines and compare it against your first solution._ - Centralisation des logs - - kubernetes \ No newline at end of file + - kubernetes + + - Test master \ No newline at end of file