Update answers.md
This commit is contained in:
parent
5a345a4f45
commit
fa81be26f3
@ -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)
|
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
|
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.
|
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._
|
_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._
|
||||||
|
|
||||||
@ -66,3 +66,5 @@ _Explain in a few lines and compare it against your first solution._
|
|||||||
- Centralisation des logs
|
- Centralisation des logs
|
||||||
|
|
||||||
- kubernetes
|
- kubernetes
|
||||||
|
|
||||||
|
- Test master
|
||||||
Loading…
x
Reference in New Issue
Block a user