Update answers.md

This commit is contained in:
jarjar 2025-03-04 14:26:02 +00:00
parent 5a345a4f45
commit fa81be26f3

View File

@ -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
- kubernetes
- Test master