Skip to content
Snippets Groups Projects
Commit f67caed8 authored by Stefan E. Funk's avatar Stefan E. Funk
Browse files

more ergänzungen

parent f9e8c7e0
No related branches found
No related tags found
No related merge requests found
...@@ -216,7 +216,7 @@ Examples for different programming languages are: ...@@ -216,7 +216,7 @@ Examples for different programming languages are:
### Code building ### 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 Build tools we are using at the moment
...@@ -235,6 +235,10 @@ Build tools we want to evaluate ...@@ -235,6 +235,10 @@ Build tools we want to evaluate
### Continuous integration ### 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 - Code building
- Testing - Testing
- Code analyzer (Sonar) - Code analyzer (Sonar)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment