diff --git a/rdd-technical-reference.md b/rdd-technical-reference.md index f80eefca6d6958e359affafc479591371c0f9c53..dd72ee506549b768bb87aeee19fc4f3896902dd2 100644 --- a/rdd-technical-reference.md +++ b/rdd-technical-reference.md @@ -216,7 +216,7 @@ Examples for different programming languages are: ### Code building -The reason for using a build tool is to be able to build and/or test a code project with one command (after checking out). Another reason is to include dependency management. +The reason for using a build tool is to be able to build and/or test a code project with one command (after checking out). Another reason is to include dependency management. Build tools we are using at the moment @@ -235,6 +235,10 @@ Build tools we want to evaluate ### Continuous integration +We want to use CI as soon as possible in new projects. + +The workflows we are using currently in Jenkins and Gitlab Runner are: + - Code building - Testing - Code analyzer (Sonar)