Update Continuous Integration and Delivery authored by Jens Henrik Goebbert's avatar Jens Henrik Goebbert
......@@ -152,7 +152,7 @@ Here is my list (of course with no guarantee of completeness).
and options from [.clang-tidy file](https://gitlab.version.fz-juelich.de/vis/jusense-cicd/blob/master/.clang-tidy) started by [THIS project CI script](https://gitlab.version.fz-juelich.de/vis/jusense-cicd/blob/master/ci/analysis-clangtidy.sh)
* check-out the [clang-tidy checks](https://clang.llvm.org/extra/clang-tidy/checks/list.html) to get impressed
* copyright & license
* with [scancode-toolkit](https://github.com/nexB/scancode-toolkit) started by [THIS project CI script](https://gitlab.version.fz-juelich.de/vis/jusense-cicd/blob/master/ci/analysis-lisence.sh)
* with [scancode-toolkit](https://github.com/nexB/scancode-toolkit) started by [THIS project CI script](https://gitlab.version.fz-juelich.de/vis/jusense-cicd/blob/master/ci/analysis-license.sh)
#### Build Tests
* different compiler, architectures, build options through [CMake](https://cmake.org/)
......
......