Update Continuous Integration and Delivery authored by Jens Henrik Goebbert's avatar Jens Henrik Goebbert
......@@ -179,6 +179,10 @@ A Valgrind Helgrind suppressions file which fits to the Docker image and suppres
* code documentation coverage
* with [doxy-coverage](https://github.com/alobbs/doxy-coverage) started by [THIS project CI script](https://gitlab.version.fz-juelich.de/vis/jusense-cicd/blob/master/ci/coverage-doc.sh)
#### Webpage
* generate a static project webpage
* with [Jekyll](https://jekyllrb.com/) started by [THIS project CI script](https://gitlab.version.fz-juelich.de/vis/jusense-cicd/blob/master/ci/deploy-webpage.sh)
### CI Feedback
A CI Job can return its results in different ways to the user.
1. Each CI Job shows its **Status** depending on the exit code of its CI Script.
......
......